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.3 required=5.0 tests=BAYES_00,FORGED_YAHOO_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,f3fa49544cf202ba X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.190.104 with SMTP id gp8mr12840234pbc.4.1339948611516; Sun, 17 Jun 2012 08:56:51 -0700 (PDT) Path: l9ni61566pbj.0!nntp.google.com!news1.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Marco Newsgroups: comp.lang.ada Subject: Re: helping picking the right RTOS Date: Sun, 17 Jun 2012 08:56:50 -0700 (PDT) Organization: http://groups.google.com Message-ID: <8a569518-c241-4933-a2ec-47ad821f5fd8@googlegroups.com> References: NNTP-Posting-Host: 67.1.111.248 Mime-Version: 1.0 X-Trace: posting.google.com 1339948611 15766 127.0.0.1 (17 Jun 2012 15:56:51 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 17 Jun 2012 15:56:51 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=67.1.111.248; posting-account=WITAxQkAAAAHjnLda9Lofpqp8mERTWL4 User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-06-17T08:56:50-07:00 List-Id: On Friday, June 8, 2012 6:32:10 AM UTC-7, Patrick wrote: > Hi Everyone > > I would like to run Ada on bare metal but it doesn't look like this will be possible for me in the short term. > > There are many RTOS to choose from and it's hard to know which ones will play nice with Ada. > > I have been repairing scientific instruments for 14 years now and I am just recently considering building one of my own to sell(a spectrofluorometer). I would love to do this in Ada. > > I don't think I will use a microcontroller for this but rather add my own memory and peripherals. It's not an absolute requirement but running on ARM sounds like a good place to start. > > I would like the instrument to be able to participate on a LAN. > > Simplicity is more import to me then power, I will need to get to know the OS well. > > So all-in-all, an RTOS that brings me as close to what a bare metal environment would have been but supports networking and will support all of Ada's core language features like tasking, would be ideal. > > If anyone could give me some pointers, I would really appreciate it, this will be quite a challenge for me and getting started with the right OS could make a huge difference. > > Thanks for reading-Patrick Since Ada can interface with C nicely you may want to consider using Nuttx. It is BSD licensed. http://nuttx.sourceforge.net/ Typically one only uses a small subset of the RTOS features so not having an existing Ada binding is not that big of a deal especially if the Ada bindings can be lightweight.