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=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,17b924d1394824f2 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-12-11 05:04:05 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: karlran1234@yahoo.com (Karl Ran) Newsgroups: comp.lang.ada Subject: Re: GNAT and Atmel AVR Microcontrollers Date: 11 Dec 2001 05:04:05 -0800 Organization: http://groups.google.com/ Message-ID: References: <75k0v9.2k1.ln@320025674319.dialin.t-online.de> <87bsh89fdq.fsf@deneb.enyo.de> NNTP-Posting-Host: 80.134.30.202 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1008075845 23473 127.0.0.1 (11 Dec 2001 13:04:05 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 11 Dec 2001 13:04:05 GMT Xref: archiver1.google.com comp.lang.ada:17745 Date: 2001-12-11T13:04:05+00:00 List-Id: Stephen Leake wrote in message news:... > > Most likely no, if there's no Ada run-time library for the Atmel AVR > > and its OS (haven't checked this, though). > > However, if you are willing to use the C runtime (no tasking, no > dynamic allocation, possibly no exceptions), it is not hard to get a > subset of Ada working. That sounds intresting! How much time would it take for a C&Ada programmer to get this mini AVR-Ada working? Karl