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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,cec20777e0d41ea0 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-03-13 07:26:27 PST Path: supernews.google.com!sn-xit-03!supernews.com!logbridge.uoregon.edu!hammer.uoregon.edu!enews.sgi.com!jobone!dailyplanet.srl.ford.com!eccws12.dearborn.ford.com!not-for-mail From: John Kern Newsgroups: comp.lang.ada Subject: Re: Increased Interest In Ada? Date: Tue, 13 Mar 2001 09:55:16 -0500 Organization: Visteon Coropration Message-ID: <3AAE34D4.3134C9DE@NOSPAM.visteon.com> References: <3A82EFA2.C8756B09@acm.org> <970ma1$1l7$1@nh.pace.co.uk> <972uon$729@news.kvaerner.com> <975uv4$qbe$1@nh.pace.co.uk> Reply-To: jkern3@NOSPAM.visteon.com NNTP-Posting-Host: 136.17.150.121 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.76 [en]C-c32f404p (WinNT; U) X-Accept-Language: en, en-GB, de, fr, ja, ko, zh Xref: supernews.google.com comp.lang.ada:5682 Date: 2001-03-13T09:55:16-05:00 List-Id: Marin David Condic wrote: > > I'm taking a look at the PC/104 card info from: http://www.pc104.org/ It > looks interesting, but as far as I can tell, you'd probably have some > retargeting issues for GNAT no matter what you did. And of course, embedded > programming is more than finding GNAT and RTEMS for some target hardware - > you really need a lot of additional software for it to be useful. From the > hardware side, you'd need to have some basic electrical things like A/Ds, > D/As, (F/Ds, maybe?) discretes & ports that would be useful for student > projects and representative of real-world development. > > I'm going to examine the PC/104 thing a bit more thoroughly. If you think of > any other possibilities for an SBC to which GNAT might target with minimal > fuss, let me know... Thanks. > A readily available computer that comes to mind would be a Palm OS computer of some kind. It may be a tricky to demonstrate the real-time aspects, but the embedded parts should still be similar to the kinds of things needed for SBCs, ie. memory maps, low level key debouncing, display memory map, etc. There is an unused on-board microphone on my Visor. The people at the Mathworks have a Stateflow code generation demo at: http://www.mathworks.com/company/digest/december00/codegen.shtml They even indicate that the processor is a Motorola 68328 for which a GNAT port might already exist.