Sming - Open Source framework for high efficiency native ESP8266 development

User avatar
By hreintke
#53353 SmingRTOS is the port from Sming to use the Espresif RTOS SDK.
Main reason to move to that :
- For ESP32 there is only a RTOS SDK available. -> makes Sming port to ESP32 possible.
- The Espressif RTOS SDK allows native use of RTOS (tasks and others).

On libraries :
I prefer to have libraries within SmingRTOS which are tested and OK.
Porting itself is easy, should in general only be updating the include statements.
When done and tested I will merge them in SminfRTOS.
If you can help with some of them would be great.