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: STM32F4 GNAT Run Time System - roadmap Date: Thu, 28 Jan 2016 20:52:37 +0000 Organization: A noiseless patient Spider Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="d1f7d2633ee45ab9629ebafbf83c9647"; logging-data="8999"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/UuQz8v0hruBu3PNfuhTk4n2tzQVZg6MA=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) Cancel-Lock: sha1:0zJ6ArfdzZrdQG3Txsa87T1x6ao= sha1:U0OZF4QZbnQVlLiUTOw3Xp39YZE= Xref: news.eternal-september.org comp.lang.ada:29276 Date: 2016-01-28T20:52:37+00:00 List-Id: Brian Drummond writes: >> ARM's CMSIS[1] contains (in the CMSIS-SVD tab) the definition >> >> "The System View Description (SVD) files provide peripheral >> information and other device parameters in formalized XML based >> format. >> >> "The SVD file typically matches the information provided by silicon >> vendors in device reference manuals." >> >> AdaCore, as recently noted here, have made some tools available on >> Github[2]; one of these is svd2ada. > > This looks excellent! > > Though I can't see SVDs for any of the Texas Instruments devices there > yet. The embsysregview project at Sourceforge has a jar file for download (the last on the embsysregview / 0.2.5 page) which contains msp430g2553.xml (not in the same format as an SVD, though). I got to this via the Keil pages. I've been working on patches to the svd2ada project to support Atmel's ATSAM3X8E (as in the Arduino Due). Almost there! https://github.com/simonjwright/svd2ada, branch sjw