FreeRtos on Esp8266
The objective of this tutorial is installing a basic example of FreeRtos inside and Esp8266 12-E.
Introduction
FreeRTOS is a popular real-time operating system kernel for embedded devices, that has been ported to 35 microcontrollers. It is distributed under the GPL with an additional restriction and optional exception. The restriction forbids benchmarking while the exception permits users’ proprietary code to remain closed source while maintaining the kernel itself as open source, thereby facilitating the use of FreeRTOS in proprietary applications.
Installation process
First of all you have to install Esp Open Sdk. After that you have to compile and flash the program inside the Esp.
Installing Open Sdk
First of all have a look to to this post in order to install Esp Open Sdk.
Installing FreeRtos
More than installing is just downloading it from git and compiling/flashing to the Esp.
After that you would see: