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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.66.254.197 with SMTP id ak5mr39747171pad.20.1429732189128; Wed, 22 Apr 2015 12:49:49 -0700 (PDT) X-Received: by 10.182.128.233 with SMTP id nr9mr223523obb.5.1429732189060; Wed, 22 Apr 2015 12:49:49 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!news.glorb.com!m20no5510664iga.0!news-out.google.com!n7ni14266igk.0!nntp.google.com!m20no5510657iga.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 22 Apr 2015 12:49:48 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=173.18.241.25; posting-account=HQu3XwoAAACgXAZiVLlGuYCkuhxw8i0w NNTP-Posting-Host: 173.18.241.25 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: ANN: STM32F4 GNAT Run Time Systems 20150406 From: "Jedi Tek'Unum" Injection-Date: Wed, 22 Apr 2015 19:49:49 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:25573 Date: 2015-04-22T12:49:48-07:00 List-Id: On Monday, April 6, 2015 at 12:27:11 PM UTC-5, Simon Wright wrote: > This is the fourth release of a GNAT RTS with the GCC Runtime Library > exception for STM32F4 boards. Nice! One issue that can immediately cause problems for people is that STM freque= ntly releases new versions that replace the old - and I mean the old is *go= ne*. I have not been able to find 1.3.0 that the RTS is based on. When I p= layed with an earlier release the current version was 1.4.0 which I was abl= e to get working by making some changes including in FreeRTOSConfig.h. Now = I see they only have 1.5.0 available - haven't tried it yet. Have you given any thought to how this could be handled? I might have time to take a crack at it but only if you aren't planning on = working in that area soon...