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 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Arduino Due Date: Mon, 12 Mar 2018 08:42:47 +0000 Organization: A noiseless patient Spider Message-ID: References: <85eh6aus2x.fsf@stephe-leake.org> <76b6d75c-259d-42d8-adcb-a258f781f588@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: reader02.eternal-september.org; posting-host="250e69942c3ce83d6c604d04935c6975"; logging-data="20253"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18lW38PNCB3QCGI+diZiDpU05NQgHMqLyc=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (darwin) Cancel-Lock: sha1:lyqjyabJRY2Ksw7NwxKpP1KQrgE= sha1:gHF9P7UnbheAm3YolxO9K+X6MPg= Xref: reader02.eternal-september.org comp.lang.ada:50936 Date: 2018-03-12T08:42:47+00:00 List-Id: john@mccabe.org.uk writes: > I thought I'd comment here instead of creating a new thread, but I was > going to ask a similar question about Cortex-M3 stuff. I'm using an > NXP LPC1778/1788 at the moment and wondered if anyone else had used > either of these with Ada. I'd love to demo Ada running on our > hardware, but don't have the managerial support to let me spend much > time on it. See https://github.com/simonjwright/cortex-gnat-rts/tree/master . Which GNAT release are you using? I'd assume GNAT GPL 2017, in which case ignore the remarks in INSTALL.md about compiler compatibility and use the gnat-gpl-2017 branch. At the moment I'm working on finalization, and having SCM troubles with maintaining consistency between the master (gcc7), gcc8, and gnat-gpl-2017 branches! One thing I see I don't emphasise is that these RTSs require FreeRTOS.