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: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Ada on ARM Cortex-M Date: Wed, 30 Mar 2016 17:41:41 +0100 Organization: A noiseless patient Spider Message-ID: References: <7903b13e-2627-43cd-8b3b-081144f3cfcc@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="e717bf7a7fc57fe4d4f4e795918fa0ca"; logging-data="11474"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18cKV6B8MUvQJjMmm6mOVTDWTJLgdLa9GA=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) Cancel-Lock: sha1:F0Y5Tdhl3vmMWswrws2XVnf+/zM= sha1:LdXV5OS6X2UN/Lqrk0YBOkPj5Ks= Xref: news.eternal-september.org comp.lang.ada:29924 Date: 2016-03-30T17:41:41+01:00 List-Id: Maciej Sobczak writes: > I'm pleased to announce that the tutorial titled "Ada and SPARK on ARM > Cortex-M" got its second edition: > > http://inspirel.com/articles/Ada_On_Cortex.html > > The tutorial was extended and now targets four popular development boards: > > - Arduino M0 (or Genuino Zero) > - Arduino Due > - STM32 Nucleo-32 (with F0 chip) > - STM32 Nucleo-144 (with F7 chip) > > The tutorial explains how to write Ada/SPARK programs with zero > run-time, without any underlying layers and based solely on the > information from chip reference documentation. > > Source code for all examples, for all of these boards, is also available. > > Your feedback is welcome. Excellent! I think the Arduino Due watchdog issue[1] deserves a mention? [1] http://forward-in-code.blogspot.co.uk/2016/01/arduino-due-and-watchdog.html