Remix.run Logo
ryukoposting 5 days ago

Yeah, I clicked expecting it to be some madman who made a multitasking kernel for Arduino. What I actually got wasn't nearly as exciting.

mrheosuper 5 days ago | parent [-]

Arduino is just a fancy HAL that hobbyists like to use. So yeah nothing about it prevent you writting kernel.

In fact, the arduino port on esp32 is just a task of FreeRTOS, a multitasking kernel.