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!feeder.eternal-september.org!nntp-feed.chiark.greenend.org.uk!ewrotcd!reality.xs3.de!news.jacob-sparre.dk!loke.jacob-sparre.dk!pnx.dk!.POSTED!not-for-mail From: Tero Koskinen Newsgroups: comp.lang.ada Subject: Re: STM32F4 GNAT Run Time System - roadmap Date: Tue, 09 Jun 2015 22:44:58 +0300 Organization: Jacob Sparre Andersen Research & Innovation Message-ID: References: NNTP-Posting-Host: 87-95-70-63.bb.dnainternet.fi Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: loke.gir.dk 1433879104 21612 87.95.70.63 (9 Jun 2015 19:45:04 GMT) X-Complaints-To: news@jacob-sparre.dk NNTP-Posting-Date: Tue, 9 Jun 2015 19:45:04 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 In-Reply-To: Xref: news.eternal-september.org comp.lang.ada:26243 Date: 2015-06-09T22:44:58+03:00 List-Id: Hi, 9.6.2015, 15:02, Simon Wright wrote: > Looking for some input on priorities for work. > > * ? These days I try to avoid building (cross-)gnat as much as possible, since usually it is pretty painful (read: time consuming). Also, that is one reason why I prefer to toy with AVRs instead of Cortex-Mx ARMs. So, STM32F4 GNAT runtime in a ready-to-run package would be nice. Ideally, you should need only one command for installation and another for compiling the app: $ sudo apt-get install stm32f4-gnat $ stm32f4-gnatmake -XBOARD=nucleof401re myproject > * Other MCUs. STM32F4 series (F407, F405, F4x1RE) has been ok, also Atmel's SAM D20/D21 Cortex-M0+ MCUs seem reasonable. Some day, it would be interesting to run Ada on NXP's multicore LPC43xx (M4 and M0+) MCUs. On the other hand, I don't really like Freescale's Kinetis series. I don't find the datasheets as easy to read as Atmel's or ST's datasheets. In addition, there are not that many (decent) evaluation boards available for Kinetis MCUs. Yours, Tero