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 20160207 Date: Sun, 07 Feb 2016 22:45:08 +0000 Organization: A noiseless patient Spider Message-ID: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="76d0af23e4f91faeb8b7e716c028eccc"; logging-data="18992"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19B2xRDIsAla+CICudbSYE4LNIraElxlSk=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) Cancel-Lock: sha1:E213W/jgJ17euE0ElCL3rlKymkU= sha1:tTxVuEie6VwQTpReM4TdPIrenos= Xref: news.eternal-september.org comp.lang.ada:29414 Date: 2016-02-07T22:45:08+00:00 List-Id: This release is at Sourceforge[1]. This release includes an RTS for the Arduino Due, arduino-due, and a minimal BSP, arduino-due-bsp. For the STM32F429I-DISCO, there is one RTS, stm32f429i-disco-rtos, and one BSP, stm32f429i-disco-bsp. 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. * FreeRTOS is configured to detect stack overflow (if it is detected, the RTS loops inside vApplicationStackOverflowHook()). 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 The software is supplied built with for debugging (-g) and with suitable optimisation (-Og), using GNAT GPL 2015 on Mac OS X (it should work out of the box with a Linux-hosted GNAT GPL 2015 cross-compiler, but will need recompiling for another compiler version). [1] https://sourceforge.net/projects/cortex-gnat-rts/files/20160207/