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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.224.29.76 with SMTP id p12mr49466992qac.5.1373661351092; Fri, 12 Jul 2013 13:35:51 -0700 (PDT) X-Received: by 10.182.80.6 with SMTP id n6mr61640obx.16.1373661350953; Fri, 12 Jul 2013 13:35:50 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!t19no1379999qam.0!news-out.google.com!f7ni2314qai.0!nntp.google.com!t19no1379998qam.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 12 Jul 2013 13:35:50 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=189.77.226.1; posting-account=TRgI1QoAAABSsYi-ox3Pi6N-JEKKU0cu NNTP-Posting-Host: 189.77.226.1 References: <8a3093bb-90b3-4081-9b0b-dfde5aa6b851@googlegroups.com> <87zjumgdxe.fsf@adaheads.sparre-andersen.dk> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <7ed3db94-b6a4-4e76-b676-bd81c66ae48b@googlegroups.com> Subject: Re: Point a beginner in the right direction? Cheap bare-board to run with a RTOS for running Ada From: "Rego, P." Injection-Date: Fri, 12 Jul 2013 20:35:51 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:16331 Date: 2013-07-12T13:35:50-07:00 List-Id: On Wednesday, June 19, 2013 3:59:01 PM UTC-3, Marcus F wrote: > I'd heard about ADA on Arduino, but wouldn't there be a relatively severe= lack of space for code? Hello Marcus, Not quite. I have a quadcopter controlled by an Arduino with a simple kerne= l running in Ada.=20 Besides AVR-Ada=20 (http://sourceforge.net/p/avr-ada/wiki/Home/) cited by Jacob, I also point = that Adacore has a ZFP implementation in GNAT GPL for AVRs called avr-elf-w= indows; you can download it from Adacore Libre site (select avr-elf-windows= 2012; this year there is no new release for it). I am advising a msc thesi= s which implements some satellite protocols for small resources in an Ardui= no, in Ada, using ZFP.=20 Ada is also available (I guess with full implementation) in the Raspbian li= nux which comes with Raspberry Pi. A bit more expensive (than Arduinos), bu= t you have plenty more resources. I have a feeling that you can install tha= t rt linux addins on it. Cheers. Rego.