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=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a5430e9c1fc074f7,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-03-05 11:49:31 PST Path: archiver1.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!crtntx1-snh1.gtei.net!news.gtei.net!newsfeed1.easynews.com!newsfeed3.easynews.com!easynews.com!easynews!newsfeed.news2me.com!newsfeed.icl.net!proxad.net!freenix!enst.fr!melchior!cuivre.fr.eu.org!melchior.frmug.org!not-for-mail From: "Carroll-Tech" Newsgroups: comp.lang.ada Subject: Embedded Tools Date: Fri, 5 Mar 2004 13:06:14 -0700 Organization: Cuivre, Argent, Or Message-ID: References: <20040305093328.112234C412C@lovelace.ada-france.org> NNTP-Posting-Host: lovelace.ada-france.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: melchior.cuivre.fr.eu.org 1078516057 87792 212.85.156.195 (5 Mar 2004 19:47:37 GMT) X-Complaints-To: usenet@melchior.cuivre.fr.eu.org NNTP-Posting-Date: Fri, 5 Mar 2004 19:47:37 +0000 (UTC) To: Return-Path: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Virus-Scanned: by amavisd-new-20030616-p7 (Debian) at ada-france.org X-BeenThere: comp.lang.ada@ada-france.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Gateway to the comp.lang.ada Usenet newsgroup" List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: archiver1.google.com comp.lang.ada:6096 Date: 2004-03-05T13:06:14-07:00 > ------------------------------ > From: "Martin Dowie" > Subject: Re: Embedded tools > > Whats your target h/w? > Are you planning on using a particular OS? > ------------------------------ > From: "Steve" > Subject: Re: Embedded tools > > There are several. > > What host/target are you looking for? Well, I bought some robotics books (on sale for 1.00$). In it they use a 16f84 Microcontroller. That is an "embedded" technology right? Then it dawned on me that I've seen many, many job openings for embedded programmers using Ada. And that tells me that Ada is the "native" language for "some" processor and that there is a compiler and libraries/package specs and implementation that might help me answer other questions. 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. Thanks!