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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.50.97.98 with SMTP id dz2mr506318igb.7.1452889388325; Fri, 15 Jan 2016 12:23:08 -0800 (PST) X-Received: by 10.182.40.227 with SMTP id a3mr179901obl.14.1452889388301; Fri, 15 Jan 2016 12:23:08 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!o2no3539184iga.0!news-out.google.com!l1ni14659igd.0!nntp.google.com!h5no5223531igh.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 15 Jan 2016 12:23:08 -0800 (PST) In-Reply-To: <569946b8$0$62618$c3e8da3$dbd57e7@news.astraweb.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a02:2ab8:224:1:29fb:6f29:f542:80b1; posting-account=L3mulQoAAADsXVjCD5rM6Ap3Xy0U3ckB NNTP-Posting-Host: 2a02:2ab8:224:1:29fb:6f29:f542:80b1 References: <0d415957-3b05-416f-9cf5-8cc4841cf24e@googlegroups.com> <5873cddc-9b22-41ac-93cb-33f31f62c650@googlegroups.com> <569946b8$0$62618$c3e8da3$dbd57e7@news.astraweb.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Ada on STM32F7 - ARM7 discovery board with touch screen From: fabien.chouteau@gmail.com Injection-Date: Fri, 15 Jan 2016 20:23:08 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:29142 Date: 2016-01-15T12:23:08-08:00 List-Id: On Friday, January 15, 2016 at 8:21:30 PM UTC+1, Jerry wrote: > On 1/12/2016 12:45 PM, lambourg wrote: > > > > I suggest you read http://blog.adacore.com/porting-the-ada-runtime-to-a-new-arm-board about how to properly amend the default run-time to adapt it to your need in such case. > > > > The GNAT GPL for ARM supports the ARMv7 architecture, which is (as mentioned already) the architecture used by the Cortex-M4 and the Cortex-M7. > > > > Thanks for that great article Jerome! It is very helpful. I managed to > port the runtime to quite a few boards last year including the F469 and > the F7 based ones but it was quite a job. Your article will make that a > lot easier in the future. > We are also starting repository for drivers: https://github.com/AdaCore/bareboard