From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.0 required=3.0 tests=BAYES_40,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.5-pre1 X-Received: by 2002:a05:6214:15c1:: with SMTP id p1mr3225686qvz.8.1610044393479; Thu, 07 Jan 2021 10:33:13 -0800 (PST) X-Received: by 2002:a25:5c2:: with SMTP id 185mr116360ybf.161.1610044393033; Thu, 07 Jan 2021 10:33:13 -0800 (PST) Path: eternal-september.org!reader02.eternal-september.org!news.uzoreto.com!tr2.eu1.usenetexpress.com!feeder.usenetexpress.com!tr3.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 7 Jan 2021 10:33:12 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=79.43.129.53; posting-account=JRF_-woAAABYlsAtkCl_CUxBuQy2SsaQ NNTP-Posting-Host: 79.43.129.53 References: <4114fd92-2639-409b-8092-6a2eb0ed5e72n@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <0be56f70-0297-4ec7-b182-6256e7bd4757n@googlegroups.com> Subject: Re: SweetAda 0.1h released From: Gabriele Galeotti Injection-Date: Thu, 07 Jan 2021 18:33:13 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:61056 List-Id: On Thursday, January 7, 2021 at 6:26:46 PM UTC+1, Brian Drummond wrote: > On Tue, 05 Jan 2021 09:37:13 -0800, Gabriele Galeotti wrote: > > > Hi all. > > > > I've just released SweetAda 0.1h. > > > > SweetAda is lightweight development framework to create Ada systems on a > > wide range of machines. Please refer to https://www.sweetada.org. > > > > Release notes ------------- > ... > > - new target MSP432P401R, very minimal, only blinks the on-board LED > > > ... > good to see the MSP432! > > I'm in the process (well, was ... must get back to it!) of updating the > old MSP430 Ada system, now using the TI supplied GCC toolkit. This is a > much easier build than the old one, and the official MSP430 backend has > improved from the last time I looked at it a few years ago. > > I must add taking a look at SweetAda to my task list... > > -- Brian Hi Brian. Fine, you're welcome. I see you wrote about MSP430. Maybe you already know that MSP432 is a whole different thing, being an ARM-Cortex based chip. The MSP430 is instead a proprietary TI line of cores, which SweetAda does not support. Just to avoid misunderstandings -- apologize if I write something already clear to you. That being said, I'll try to slowly work on MSP432. Next releases maybe will come with more peripherals I/O declarations to make the target barely usable. I use a MSP432P401R board, if you want to physically download code from the SweetAda environment via USB, you have to install OpenOCD, it's pretty simple by taking a look at the scripts. Let me know and best regards, G