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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,9f3f1b40d2533ab8 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.238.67 with SMTP id vi3mr3211319pbc.6.1337112556724; Tue, 15 May 2012 13:09:16 -0700 (PDT) Path: pr3ni2606pbb.0!nntp.google.com!news1.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: "Rego, P." Newsgroups: comp.lang.ada Subject: Re: Chicken or the egg. New targets & runtimes Date: Tue, 15 May 2012 12:44:13 -0700 (PDT) Organization: http://groups.google.com Message-ID: <23562031.232.1337111053220.JavaMail.geo-discussion-forums@ynz24> References: <9934369.1060.1337090738467.JavaMail.geo-discussion-forums@yngr17> NNTP-Posting-Host: 201.7.145.1 Mime-Version: 1.0 X-Trace: posting.google.com 1337112556 20474 127.0.0.1 (15 May 2012 20:09:16 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 15 May 2012 20:09:16 +0000 (UTC) In-Reply-To: <9934369.1060.1337090738467.JavaMail.geo-discussion-forums@yngr17> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=201.7.145.1; posting-account=TRgI1QoAAABSsYi-ox3Pi6N-JEKKU0cu User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-05-15T12:44:13-07:00 List-Id: > http://sourceforge.net/apps/mediawiki/avr-ada/index.php?title=3DAVR-Ada Patrick,=20 On AVRs you have also the GNAT-AVR Windows cross-compiler (you can generate= the target .hex on a Windows machine), you can download the GPL version fr= om Adacore Libre http://libre.adacore.com/download/configurations?config=3D= avr-elf-windows&version=3D2011. The only limitation I see on it is that the= y only provide a ZFP (Zero Footprint Profile), not a complete RTS. So you c= annot use tasking and exceptions (and several other Ada features). But with= AVR-Ada you also cannot use it, so currently you do not have tasking suppo= rt for AVRs, instead of using RTOSes approach. The tutorial http://student.= agh.edu.pl/~mkucia/wiki/doku.php?id=3Davrada helps in using the GNAT-AVR, a= nd you can use it under GPS, fortunately. I also could not find much things respect to AVR RTS, but Brian Drummond to= ld me that people from AVR-Ada project got some success in developing it ov= er the non-yet-release AVR-Ada package. But these info are spread over the = list http://news.gmane.org/gmane.comp.hardware.avr.ada, and I did not have= =20 time to study it. As he says, that's lot of reading (and now I agree). But = it's in my thread, so I intend to make it (hope) soon, if someone doesn't = do it before :-) Some time ago I had also looked for open-source RTOSes with Ada support, an= d I found: - for AVRs, just RTEMS - MaRTE OS, http://marte.unican.es/documentation.htm, but for other chips and someone once suggested that making an Ada porting to FreeRTOS (which is= written in C) would be easy, did not check it.