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!feeder.erje.net!us.feeder.erje.net!news.glorb.com!news.astraweb.com!border5.newsrouter.astraweb.com!not-for-mail Subject: Re: support for Cortex-M7 in GNAT-GPL? Newsgroups: comp.lang.ada References: From: Jerry Petrey Date: Thu, 16 Jul 2015 10:19:23 -0700 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <55a7e79d$0$29808$c3e8da3$dbd57e7@news.astraweb.com> Organization: Unlimited download news at news.astraweb.com NNTP-Posting-Host: 1b556cbf.news.astraweb.com X-Trace: DXC=VQ?0jW6AZHIjEc;hW[JGKHL?0kYOcDh@J7^o:UA4R?cEDB^B`n?XSeC;n^U31oXNSJ;f6?>>SbAMJd1_FV6N72;@EmacZ;Yd=RH;0S8f]5D>aF Xref: news.eternal-september.org comp.lang.ada:26825 Date: 2015-07-16T10:19:23-07:00 List-Id: Stijn, I found the same issues with GNAT 2015. While they have some implied support for the M7, it is not complete. I was also unhappy about many of the other changes from the GNAT 2014 versions since I have so much work invested in that version so I have decided to stick with the 2014 version for now. I do have the 2014 version running on the STM32F7 Discovery board but it was a lot of work. Many of the peripherals and low level registers have changed from the M4 to the M7 implementation by ST, so the files like stm32f4.ads has to be changed for the M7 along with other low level files for GPIO, USART, RCC, etc. and the runtime updated accordingly. Jerry