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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Received: by 2002:a6b:2c4f:: with SMTP id s76-v6mr569757ios.117.1531832386262; Tue, 17 Jul 2018 05:59:46 -0700 (PDT) X-Received: by 2002:aca:c6ca:: with SMTP id w193-v6mr458228oif.1.1531832385954; Tue, 17 Jul 2018 05:59:45 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!feeder4.usenet.farm!feed.usenet.farm!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!g2-v6no697426itf.0!news-out.google.com!l67-v6ni801itl.0!nntp.google.com!d7-v6no686047itj.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 17 Jul 2018 05:59:45 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=194.98.77.125; posting-account=L3mulQoAAADsXVjCD5rM6Ap3Xy0U3ckB NNTP-Posting-Host: 194.98.77.125 References: <1d3743b1-1a36-429d-92c7-9ae0e7c16e63@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <60872e29-2c25-4d5f-a710-b55e4f1ff673@googlegroups.com> Subject: Re: Ada: A beginners experience From: fabien.chouteau@gmail.com Injection-Date: Tue, 17 Jul 2018 12:59:46 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:53873 Date: 2018-07-17T05:59:45-07:00 List-Id: On Tuesday, July 17, 2018 at 3:18:04 AM UTC+2, blakemi...@gmail.com wrote: > Hi Fabien > I have looked at the Ada Drivers Library, and tried to work with it, though I have not had much luck. I think that I don't understand the difference between the board support packages and the drivers well enough, Maybe this doc will help you: https://github.com/AdaCore/Ada_Drivers_Library/blob/master/docs/design.md > and where I need to be building things to access the required libraries to make much progress. The best is to start from examples and then move from there.