From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.0 required=3.0 tests=BAYES_20,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Received: by 2002:a37:9ed6:: with SMTP id h205mr33323291qke.384.1593770806035; Fri, 03 Jul 2020 03:06:46 -0700 (PDT) X-Received: by 2002:aca:438a:: with SMTP id q132mr26165735oia.44.1593770805781; Fri, 03 Jul 2020 03:06:45 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.uzoreto.com!tr1.eu1.usenetexpress.com!feeder.usenetexpress.com!tr2.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: Fri, 3 Jul 2020 03:06:45 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=165.225.95.73; posting-account=JRF_-woAAABYlsAtkCl_CUxBuQy2SsaQ NNTP-Posting-Host: 165.225.95.73 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: SweetAda 0.1 released From: gabriele.galeotti.xyz@gmail.com Injection-Date: Fri, 03 Jul 2020 10:06:46 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:59323 List-Id: On Friday, July 3, 2020 at 6:12:54 AM UTC+2, St=C3=A9phane Rivi=C3=A8re wro= te: > Thanks Gabriele for your reactiveness :) >=20 > > Have a look at the site. Download sweetada-0.1b.tar.gz and re-download = sweetada-rts.tar.gz. >=20 > Fantastic. >=20 > > The core package has now an "AVR-simavr" platform. There is nothing, bu= t at least you could verify if it generates code. The RTS has now a complet= e runtime for AVR, something functional. >=20 > Great ! >=20 > > - nearly the same reason, in RTS, no 64-bit floats, but this a rather i= mpractical thing to worry about now, since there is no even basic support f= or other most useful things >=20 > Floats are not expected in such this platform :) >=20 > > Let me know. > >=20 >=20 > I reactivate my AVR platform this weekend and come back to you as soon > as I've tested sweetada-0.1b !!! >=20 > --=20 > Be Seeing You > Number Six You're welcome. Obviously this is a first try, so things could need adjustm= ent. Edit your configuration, cpu model, etc. Begin your work by modifying startup.S. Basic cpu setup, setup of the stack= pointer. Check linker.lds for memory areas. Once the RAM subsystem is func= tional, you could enable the calls to adainit and _ada_main. If everything = went ok, you end up executing code in Bsp_Setup. Theoretically you have at = this point complete control. Even pulse a LED will be a great result. Anyway, waiting for a physical board, I'll try to build a full-functional s= imavr so I could write a BSP, and create fundamental infrastructure in the = cpu hierarchy. I'll come back ASAP.