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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,a1918ac60ddc162a X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!t-online.de!newsfeed.freenet.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Peter Amey Newsgroups: comp.lang.ada Subject: Re: embedded hardware for Ada Date: Thu, 06 Jul 2006 15:21:17 +0100 Message-ID: <4h4kj1F1pmds0U1@individual.net> References: <1152113040.757928.303260@l70g2000cwa.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net CsNE4lukfrXOqZCmD8Qapg+vAoMeEAbB1m+17Phe7W6rBpLUk= User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en-us, en In-Reply-To: <1152113040.757928.303260@l70g2000cwa.googlegroups.com> Xref: g2news2.google.com comp.lang.ada:5538 Date: 2006-07-06T15:21:17+01:00 List-Id: Gerd wrote: > Does anyone know an hardware that is suitable as (embedded, outdoor > requirements) vehicle control and is programmable with Ada. > One useful thing to bear in mind is here is cross-compilation from Ada to C. We have had considerable success with this when using SPARK to target small and unusual processors. See, for example, http://www.praxis-his.com/sparkada/pdfs/ada_uml_and_c.pdf Using these techniques pretty much makes /any/ hardware programmable in Ada. regards Peter