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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,8295d69277f1696c X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.195.131 with SMTP id ie3mr2460878pbc.8.1337097889158; Tue, 15 May 2012 09:04:49 -0700 (PDT) Path: pr3ni1968pbb.0!nntp.google.com!news1.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Lucretia Newsgroups: comp.lang.ada Subject: Re: understanding runtime support Date: Tue, 15 May 2012 09:04:48 -0700 (PDT) Organization: http://groups.google.com Message-ID: <5279299.792.1337097888802.JavaMail.geo-discussion-forums@vbwa3> References: <28695516.0.1336708147839.JavaMail.geo-discussion-forums@pbcqw9> <18407765.683.1337093755128.JavaMail.geo-discussion-forums@vbym15> <4775877.554.1337095963157.JavaMail.geo-discussion-forums@yneo6> NNTP-Posting-Host: 90.194.162.188 Mime-Version: 1.0 X-Trace: posting.google.com 1337097889 28406 127.0.0.1 (15 May 2012 16:04:49 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 15 May 2012 16:04:49 +0000 (UTC) In-Reply-To: <4775877.554.1337095963157.JavaMail.geo-discussion-forums@yneo6> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=90.194.162.188; posting-account=L2-UcQkAAAAfd_BqbeNHs3XeM0jTXloS User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-05-15T09:04:48-07:00 List-Id: On Tuesday, May 15, 2012 4:32:43 PM UTC+1, Mike Silva wrote: > >=20 > > Luke. > IMO having simple tasking (Ravenscar) and suitable timing (delay, delay u= ntil) would be enough for a great many embedded chores. Everything else co= uld build on that core. Probably, but I have no idea what would go into that. I only use the FSF GN= AT for licence reasons, I don't want to look at the GPL'd code too closely = in case I ever duplicate it and cause further legal problems for myself. *J= ust in case I ever do anything commercial. To get my ZFP runtime, I looked = at the GNAT pro docs - available on interweb - to see what packages were pr= ovided and just copied those over from the FSF source. I suppose it would b= e possible to look at the ravenscar docs to see what packages are needed, b= ut I'm betting the tasking packages are custom versions that are cut down. =20 > I'm guessing that this is pretty much what the Lego Mindstorms port has, = but I haven't looked. I know that is Ravenscar. Luke.