LWDR (Light Weight D Runtime) v0.3.0
rikki cattermole
rikki at cattermole.co.nz
Fri Jul 9 14:34:46 UTC 2021
On 10/07/2021 2:30 AM, lili wrote:
> Why standard D Runtime can not run on MCU?
It requires things like threads.
Basically it assumes there is a kernel.
Anyway, you don't want the regular runtime on a MCU, a MCU is too small
in memory to really hold it all and your own logic and any libraries you
need for the hardware its connected to.
More information about the Digitalmars-d-announce
mailing list