Closed nicola-lunghi closed 3 years ago
ESP32 is already based on FreeRTOS™ ... maybe you can buy a book on it: https://www.elektor.com/freertos-for-esp32-arduino 😉
Guglielmo
P.S.: please note that I have no connection with Elektor
Yes. That's a good point.
There are quite a few different FreeRTOS options for the ESP32, including using the Espressif IDK directly.
Other non ATmega platforms are out of scope for this library though, as there are plenty of options. This library is really meant only as a very first step in the direction of FreeRTOS and microcontrollers.
Hi, It is possible to make this more generic to make porting to other platforms easier? For example an esp32 support would be difficult? Thanks, Nick