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,9f3f1b40d2533ab8 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.234.38 with SMTP id ub6mr3266637pbc.2.1337113469668; Tue, 15 May 2012 13:24:29 -0700 (PDT) Path: pr3ni2644pbb.0!nntp.google.com!news1.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: mjsilva@scriptoriumdesigns.com Newsgroups: comp.lang.ada Subject: Re: Chicken or the egg. New targets & runtimes Date: Tue, 15 May 2012 13:24:28 -0700 (PDT) Organization: http://groups.google.com Message-ID: <31064186.285.1337113468939.JavaMail.geo-discussion-forums@ynbq3> References: <9934369.1060.1337090738467.JavaMail.geo-discussion-forums@yngr17> <23562031.232.1337111053220.JavaMail.geo-discussion-forums@ynz24> NNTP-Posting-Host: 12.35.64.226 Mime-Version: 1.0 X-Trace: posting.google.com 1337113469 29709 127.0.0.1 (15 May 2012 20:24:29 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 15 May 2012 20:24:29 +0000 (UTC) In-Reply-To: <23562031.232.1337111053220.JavaMail.geo-discussion-forums@ynz24> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=12.35.64.226; posting-account=qZVz2QoAAAAN9WxYp-9jYb7jORc4Zqwt User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-05-15T13:24:28-07:00 List-Id: On Tuesday, May 15, 2012 12:44:13 PM UTC-7, Rego, P. wrote: > Some time ago I had also looked for open-source RTOSes with Ada support, and 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. We need to differentiate between AVR8 and AVR32. I'm told that RTEMS size is in the hundreds of kB, so I'd guess their port is AVR32. Getting Ada with simple tasking on AVR8 would be nice just because of the large Arduino world, but I don't see any big reason to focus on AVR32. Unless, of course, somebody has an AVR32 board and wants to do the work. :)