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 Received: by 10.68.241.98 with SMTP id wh2mr10588724pbc.7.1337954055582; Fri, 25 May 2012 06:54:15 -0700 (PDT) Path: pr3ni47441pbb.0!nntp.google.com!news1.google.com!postnews.google.com!j10g2000vbc.googlegroups.com!not-for-mail From: "RasikaSrinivasan@gmail.com" Newsgroups: comp.lang.ada Subject: Re: gnat 2011 - avr-elf-windows Date: Fri, 25 May 2012 06:47:18 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <21ace9f2-5d23-48d1-ac1b-d7d58fbf859b@b1g2000vbb.googlegroups.com> NNTP-Posting-Host: 148.177.1.218 Mime-Version: 1.0 X-Trace: posting.google.com 1337954055 19968 127.0.0.1 (25 May 2012 13:54:15 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 25 May 2012 13:54:15 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: j10g2000vbc.googlegroups.com; posting-host=148.177.1.218; posting-account=mZyFSQoAAABfOmklsh1d8TPbS2LncUKl User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.5 Safari/534.55.3,gzip(gfe) Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-05-25T06:47:18-07:00 List-Id: On May 25, 8:30=A0am, "Rego, P." wrote: > > 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 = well with avr-elf-windows. However you don't have RTS on it, it comes just = with Zero Footprint Profile, so you won't be able to use tasks or exception= s unless you write your own RTS. But if you come from Atmel's tools, AVR St= udio 5 also does not provide it, so at first hand would be ok. > > Actually for AVR32 there is a library which does it, but not for AVR8 (wh= ich is the case of Atmega328p in Duemilanove). I think it would be very use= ful to task on AVR8. Check this posthttps://groups.google.com/d/msg/comp.la= ng.ada/nz8bQNJTOrg/p1lFJtid-DgJ > > Regards. Excellent. Good way to get started. ZFP works for me. Regards, srini