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.
