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,FREEMAIL_FROM, HK_RANDOM_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a5430e9c1fc074f7 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-03-06 11:47:50 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: berndtrog@yahoo.com (Bernd Trog) Newsgroups: comp.lang.ada Subject: Re: Embedded Tools Date: 6 Mar 2004 11:47:50 -0800 Organization: http://groups.google.com Message-ID: References: <20040305093328.112234C412C@lovelace.ada-france.org> NNTP-Posting-Host: 212.185.252.194 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1078602470 4179 127.0.0.1 (6 Mar 2004 19:47:50 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 6 Mar 2004 19:47:50 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:6110 Date: 2004-03-06T11:47:50-08:00 List-Id: "Carroll-Tech" wrote in message > So, I guess, for comparative reasons and having the books I bought the > target is a 16f84 microcontroller. I just want to look in the specs and > implementation of the libraries to program embedded "things" with Ada. Try Atmel's AT90S2313. (2kByte Flash, 128 Byte SRAM in a DIL-20 package) You can download a patch for gcc-3.3.2 here: http://avr-ada.sourceforge.net/ If you are new to Ada, I'd suggest to try compiling some small host-apps first.