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: Paul Rubin Newsgroups: comp.lang.ada Subject: Re: ANN: Cortex GNAT RTS 2018-07-15 Date: Sun, 15 Jul 2018 14:53:26 -0700 Organization: A noiseless patient Spider Message-ID: <87in5gf9nt.fsf@nightsong.com> References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: reader02.eternal-september.org; posting-host="435807a12a862d7d170cd1340b945495"; logging-data="10992"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1++gSnlMH5yl0CNxd3e6mYT" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) Cancel-Lock: sha1:FuJcsp2LEyZgQHIkNGZEeqE6ZHk= sha1:bIIlPSKLPkhDORr+JzN4gVmK7Iw= Xref: reader02.eternal-september.org comp.lang.ada:53830 Date: 2018-07-15T14:53:26-07:00 List-Id: Simon Wright writes: > This release supports the BBC micro:bit (tick is 10 ms, rather than the > 1 ms for other targets). Thanks for continuing doing this. Can you say about how hard it is to port GNAT RTS to a new board, given a reasonable C environment for the board? How much code space and ram is required? Boards I'm interested include the cheapo "Blue Pill" (Maple Mini clone, i.e. Cortex M3 with specs 64k of flash and 20k of ram, though most of them seem to have 128k of flash instead of the 64k specified), Adafruit's SAMD21/SAMD51 boards (Trinket M0, and Itty Bitty and Feather M0 and M4), and PJRC's Teensy boards. I'd be happy to send you a Blue Pill if you want one. They are similar to this: https://www.banggood.com/-p-1058299.html They are under 2 USD each on Aliexpress though I can't give a url there because of how their ordering system change. Thanks!