From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,9db39ca342ff5c46 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.28.2 with SMTP id x2mr17824029pbg.6.1319551812242; Tue, 25 Oct 2011 07:10:12 -0700 (PDT) Path: c1ni11696pbr.0!nntp.google.com!news1.google.com!goblin1!goblin.stu.neva.ru!proxad.net!feeder1-2.proxad.net!cleanfeed4-a.proxad.net!nnrp1-2.free.fr!not-for-mail From: =?iso-8859-1?b?RnLpZOlyaWM=?= Praca Subject: Re: Ada multitasking RTOS supported with opensource cross-compilers Newsgroups: comp.lang.ada References: <5855645.1691.1319543826545.JavaMail.geo-discussion-forums@yqnx19> User-Agent: Pan/0.133 (House of Butterflies) MIME-Version: 1.0 Date: 25 Oct 2011 14:10:11 GMT Message-ID: <4ea6c343$0$7921$426a74cc@news.free.fr> Organization: Guest of ProXad - France NNTP-Posting-Date: 25 Oct 2011 16:10:11 MEST NNTP-Posting-Host: 79.174.200.226 X-Trace: 1319551811 news-2.free.fr 7921 79.174.200.226:27784 X-Complaints-To: abuse@proxad.net Xref: news1.google.com comp.lang.ada:18695 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Date: 2011-10-25T16:10:11+02:00 List-Id: > Hi, > Which RTOSes do Ada have opensource/free cross-compilers available, with > support for multitasking/multithreading? > > I have an Atmel AT90USB162 chip which I want to program using Ada. My > first option was to use AVR-Ada for programming it, but since it has no > tasking support it's out of choice (and at now I don't have any clue on > how turning it tasking supported). So I need a stronger approach. I > thought about using QNX, but it's far more complex than my chip stands. > > In a post in stackoverflow > , I > got the info that AVR chip supports uC/OS-II and FreeRTOS. Are there > free Ada cross-compilers for FreeRTOS or uC/OS-II? > > Thanks. Hi, Did you take a look at Rtems < http://rtems.org/ > ? It seems to support your chip and can do multitasking through a specific API (i.e. not through standard Ada tasking). Fred