Dlang on $4 microcontroller board from Raspberry Pi RP2040
Nicholas Wilson
iamthewilsonator at hotmail.com
Tue Mar 1 06:17:10 UTC 2022
On Tuesday, 1 March 2022 at 05:07:09 UTC, Igor Myronov wrote:
> I'm wondering if a such nice programming language should be
> possible to use on small MCU's like RP2040,PIC32 and so on.
> Thanks.
I've used it on cortex A (A53, 2b+), and so I presume you could
use it on cortex M's. GDC may have a backend for PIC, but LDC
doesn't. Both of them should be able to support ARM.
There's some blog post series kicking around somewhere of people
using D on microcontrollers, that explain using all the quirks of
microcontrollers.
More information about the Digitalmars-d
mailing list