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 autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.182.250.233 with SMTP id zf9mr85249812obc.5.1452627930772; Tue, 12 Jan 2016 11:45:30 -0800 (PST) X-Received: by 10.182.40.227 with SMTP id a3mr1239339obl.14.1452627930739; Tue, 12 Jan 2016 11:45:30 -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!h5no3571587igh.0!news-out.google.com!l1ni11634igd.0!nntp.google.com!o2no2345774iga.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 12 Jan 2016 11:45:30 -0800 (PST) In-Reply-To: <0d415957-3b05-416f-9cf5-8cc4841cf24e@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=89.93.216.64; posting-account=hOVNWAkAAAB2rHYtFw76E9e-Z44w6l3j NNTP-Posting-Host: 89.93.216.64 References: <0d415957-3b05-416f-9cf5-8cc4841cf24e@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <5873cddc-9b22-41ac-93cb-33f31f62c650@googlegroups.com> Subject: Re: Ada on STM32F7 - ARM7 discovery board with touch screen From: lambourg@adacore.com Injection-Date: Tue, 12 Jan 2016 19:45:30 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:29107 Date: 2016-01-12T11:45:30-08:00 List-Id: Le samedi 12 d=E9cembre 2015 12:19:57 UTC+1, H Keller a =E9crit=A0: > We at the Karlsruhe Institute of Technology are dealing with porting the = Ada Runtime of GNAT on an ARM7 system realizing a educational project for s= tudents. >=20 > Unfortunately, AdaCore offers only a sparse support for an ARM4.=20 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 mentione= d already) the architecture used by the Cortex-M4 and the Cortex-M7.