ESP8266 Arduino and FreeRTOS
Posted:
Sun Apr 09, 2017 1:58 pm
by MCUdude
Hi!
I it possible to use/does there exist a freeRTOS version for the ESP8266 to use with the Arduino add-on?
I'm currently using
this FreeRTOS library for AVRs, but I'd like to use it with the ESP8266 too
Re: ESP8266 Arduino and FreeRTOS
Posted:
Mon Apr 10, 2017 1:15 pm
by mrburnette
You are asking in the ArduinoIDE (Arduino core) section of the forum. Arduino compiled code with this core already has a (meager) RTOS implemented.
If you wish to use freeRTOS, then a large number of examples can be found using Google:
https://www.google.com/search?q=freertos+esp8266&oq=freertos+esp8266But you must use the Espressif Dev system.
Ray
Re: ESP8266 Arduino and FreeRTOS
Posted:
Wed Mar 14, 2018 10:04 pm
by AndreFeliciano
I want to know too. So far I could not.
Re: ESP8266 Arduino and FreeRTOS
Posted:
Sat Mar 17, 2018 9:33 pm
by mrburnette
The short answer is "No"... see
https://github.com/esp8266/Arduino/issues/2118With Arduino and ESP32, FreeRTOS is automatically linked in. I have some info here:
https://www.hackster.io/rayburne/esp32-in-love-with-both-cores-8dd948