Page 1 of 1

SDK for other RTOS or No OS

Posted: Wed Mar 16, 2016 8:04 am
by bruceliu
Hello

Can i use the SDK without the FreeRTOS,use the main/while(1) no OS style , is that possible porting to other RTOS myself based the FreeRTOS SDK .

Thanks
BR
Bruce Liu

Re: SDK for other RTOS or No OS

Posted: Fri Mar 18, 2016 6:28 am
by ESP_Sprite
At the moment, we only have the FreeRTOS SDK. Because it's easiest to harness the dual-cpu nature of the ESP32 using a threaded OS, in the short term at least the plan is to keep this as the only SDK for the ESP32, with maybe an added compatibility layer so espconn-based applications can be ported easily. We may be able to eventually make the WiFi drivers independent of the OS they're linked to, but for now, those are still long-term plans.

If I may ask, what are you trying to do exactly? What other OS did you have in mind?