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!news.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Brian Drummond Newsgroups: comp.lang.ada Subject: Re: STM32F4 GNAT Run Time System - roadmap Date: Thu, 11 Jun 2015 10:10:35 +0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Thu, 11 Jun 2015 10:10:35 +0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="da745e888d4a5182b5fda6212bbb0a63"; logging-data="4826"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18hLgY+QvG830W4g+BcX9cLT/A2CNwzI0U=" User-Agent: Pan/0.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2) Cancel-Lock: sha1:nUXYx1jeJd7mD/muW32ODzInvSc= Xref: news.eternal-september.org comp.lang.ada:26266 Date: 2015-06-11T10:10:35+00:00 List-Id: On Wed, 10 Jun 2015 22:19:29 +0100, Simon Wright wrote: > Brian Drummond writes: > >> Anything that can be done to make adding an MCU easier is worthwhile. ... > Well, I see your point; but my approach was to try for an Ada RTS, > rather than a BSP. I think you're asking for a BSP written in Ada (or at > any rate easily usable from Ada. I see both as necessary in an MCU : unless you expect the RTS (or FreeRTOS underneath) to provide drivers for every peripheral out there - not just basic I2C, CANBUS etc but ADCs and everything under the sun that can be integrated onto the same silicon. (Of course the RTS must have exclusive access to a subset of these : one timer, one UART for example) So yes, I was hinting at a BSP. For the RTS itself, your approach does have the merit that someone else has probably already done the work, albeit in C! > I don't know what would be involved in "a framework into which someone > can plug in the details of a new MCU". Sounds like a major exercise. That's the problem... -- Brian