is possible to use FreeRTOS in ESP8266 Arduino 1.6.5-947
Posted: Wed Mar 16, 2016 2:22 pm
Hi all.
I am using ESP8266 Arduino IDE currently.
..\arduino15\esp8266\1.6.5-947-g39819f0\cores\esp8266 contains all the header files. basically, core_esp8266_main.c calls setup() and loop().
This is using espressif native SDK API which is at ..\arduino15\esp8266\1.6.5-947-g39819f0\tools\sdk\include
This epsressif SDK is nonRTOS SDK. it is not using FreeRTOS. It means the application has a single background polling loop which is not very good. I would prefer to use FreeRTOS.
anyone has change from nonRTOS to RTOS SDK???
Please give a guide how to use FreeRTOS with ESP8266 Arduino IDE.
or it is impossible to use both FreeRTOS SDK with ESP8266 Arduino IDE.
Thanks in advance.
I am using ESP8266 Arduino IDE currently.
..\arduino15\esp8266\1.6.5-947-g39819f0\cores\esp8266 contains all the header files. basically, core_esp8266_main.c calls setup() and loop().
This is using espressif native SDK API which is at ..\arduino15\esp8266\1.6.5-947-g39819f0\tools\sdk\include
This epsressif SDK is nonRTOS SDK. it is not using FreeRTOS. It means the application has a single background polling loop which is not very good. I would prefer to use FreeRTOS.
anyone has change from nonRTOS to RTOS SDK???
Please give a guide how to use FreeRTOS with ESP8266 Arduino IDE.
or it is impossible to use both FreeRTOS SDK with ESP8266 Arduino IDE.
Thanks in advance.