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: ANN: Cortex GNAT RTS 20160314 Date: Mon, 14 Mar 2016 17:42:22 +0000 Organization: A noiseless patient Spider Message-ID: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="900e1437335c90c92a3116ad49605f53"; logging-data="19148"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18ZEAWQUkUFgeofZ3xK0vWjnH1KRAb+ydo=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) Cancel-Lock: sha1:z0q9qqxFmTzIXnuE1c8iq9TZBzA= sha1:07wyxyza9gvDk3nk99WL4/r82kI= Xref: news.eternal-september.org comp.lang.ada:29754 Date: 2016-03-14T17:42:22+00:00 List-Id: At https://sourceforge.net/projects/cortex-gnat-rts/files/20160314/. This release includes * an RTS for the Arduino Due, arduino-due, and a minimal BSP, arduino-due-bsp. * an RTS for the STM32F429I-DISCO, stm32f429i-disco-rtos, based on STMicroelectronics' STM32Cube package and FreeRTOS, and a corresponding partial BSP, stm32f429i-disco-bsp. * an RTS for the STM32F429I-DISCO, stm32f429i, based on FreeRTOS, with a set of peripheral definition packages created by SVD2Ada. In this release, * the Containers support generalized iteration ("for all E of C loop"). Note, this is achieved by removing tampering checks. While tampering errors are rare, it would be as well to check algorithms using a fully-featured desktop compiler. The standard packages included (there are more, implementation-specific, ones) are: Ada Ada.Containers Ada.Containers.Bounded_Hashed_Maps Ada.Containers.Bounded_Vectors Ada.Exceptions Ada.IO_Exceptions Ada.Interrupts Ada.Interrupts.Names Ada.Iterator_Interfaces Ada.Real_Time Ada.Streams Ada.Synchronous_Task_Control Ada.Tags Ada.Task_Identification Interfaces Interfaces.C Interfaces.C.Strings System System.Assertions System.Address_To_Access_Conversions System.Storage_Elements GNAT GNAT.Source_Info