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,cce9c2e2e20f4889 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.191.225 with SMTP id hb1mr10424406pbc.5.1337949045899; Fri, 25 May 2012 05:30:45 -0700 (PDT) Path: pr3ni47231pbb.0!nntp.google.com!news2.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: "Rego, P." Newsgroups: comp.lang.ada Subject: Re: gnat 2011 - avr-elf-windows Date: Fri, 25 May 2012 05:30:45 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <21ace9f2-5d23-48d1-ac1b-d7d58fbf859b@b1g2000vbb.googlegroups.com> NNTP-Posting-Host: 201.7.145.1 Mime-Version: 1.0 X-Trace: posting.google.com 1337949045 789 127.0.0.1 (25 May 2012 12:30:45 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 25 May 2012 12:30:45 +0000 (UTC) In-Reply-To: <21ace9f2-5d23-48d1-ac1b-d7d58fbf859b@b1g2000vbb.googlegroups.com> 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-25T05:30:45-07:00 List-Id: > Regarding the above package, can someone recommend a board I could > use? In particular can i use an Arduino Duemilanove? Srini, depends on what you intend to do. But yes, Duemilanove works very we= ll with avr-elf-windows. However you don't have RTS on it, it comes just wi= th Zero Footprint Profile, so you won't be able to use tasks or exceptions = unless you write your own RTS. But if you come from Atmel's tools, AVR Stud= io 5 also does not provide it, so at first hand would be ok.=20 Actually for AVR32 there is a library which does it, but not for AVR8 (whic= h is the case of Atmega328p in Duemilanove). I think it would be very usefu= l to task on AVR8. Check this post https://groups.google.com/d/msg/comp.lan= g.ada/nz8bQNJTOrg/p1lFJtid-DgJ Regards.