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.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00 autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 115aec,9a1571287027e3d6 X-Google-Attributes: gid115aec,public X-Google-Thread: 103376,c5b65dfa8f465c57 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-08-31 07:00:55 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!news.stealth.net!news.stealth.net!newsfeed.news2me.com!newsfeed2.earthlink.net!newsfeed.earthlink.net!stamper.news.pas.earthlink.net!stamper.news.atl.earthlink.net!harp.news.atl.earthlink.net!not-for-mail From: Marin David Condic Newsgroups: comp.lang.ada,comp.realtime Subject: Re: Using ACATS for BSP check Date: Sat, 31 Aug 2002 10:00:40 -0400 Organization: MindSpring Enterprises Message-ID: <3D70CC08.3D423399@acm.org> References: <4a885870.0208301919.6fde2884@posting.google.com> NNTP-Posting-Host: d1.56.b2.4a Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Server-Date: 31 Aug 2002 14:00:55 GMT X-Mailer: Mozilla 4.07 [en] (WinNT; I) Xref: archiver1.google.com comp.lang.ada:28627 comp.realtime:6154 Date: 2002-08-31T14:00:55+00:00 List-Id: You might find some useful stuff in ACATS that will help you test this package, but I doubt it will easily exercise all the things you want. Remember, that ACATS is designed to test compiler compliance, so it isn't likely to drive I/O devices, etc. very heavily. Perhaps some of the stuff that covers tasking will exercise the OS some. You may be better off with some other body of code. MDC -- ============================================================= Marin David Condic - Pace Micro - http://www.pacemicro.com/ Send Replies To: m c o n d i c @ a c m . o r g Visit my web site at: http://www.mcondic.com/ "I'd trade it all for just a little more" -- Charles Montgomery Burns, [4F10] ============================================================= Will wrote: > BSP: board support package (in Wind River parlance.) Basically > a BSP comprises the VxWorks core compiled for your particular processor > plus a set of common drivers. > Intel DX386 libraries + Ethernet drivers + VGA driver is an example of a BSP. > Power PC libraries + driver for Intel switch silicon is another BSP, > etc... > >