nodemcu-firmware/sdk-overrides/include
Johny Mattsson 56789592fa Boot to (nonresponsive) Lua prompt on RTOS!
Uart driver currently disabled as it's not (yet) compatible with RTOS.

Running Lua task with excessive stack to avoid smashing it; need to work out
what's using so much stack space.

Changed some flash reading functions to not attempt to drop an entire 4k
flash page onto the stack.

Ensure the task pump doesn't attempt to retrieve from uninitialised queues.
2016-05-30 17:56:33 +10:00
..
espressif Initial pass at switching to RTOS SDK. 2016-05-24 16:05:02 +10:00
lwip Initial pass at switching to RTOS SDK. 2016-05-24 16:05:02 +10:00
c_types.h Initial pass at switching to RTOS SDK. 2016-05-24 16:05:02 +10:00
eagle_soc.h Initial pass at switching to RTOS SDK. 2016-05-24 16:05:02 +10:00
espconn.h Initial pass at switching to RTOS SDK. 2016-05-24 16:05:02 +10:00
ets_sys.h Initial pass at switching to RTOS SDK. 2016-05-24 16:05:02 +10:00
gpio.h Initial pass at switching to RTOS SDK. 2016-05-24 16:05:02 +10:00
mem.h Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
os_type.h Initial pass at switching to RTOS SDK. 2016-05-24 16:05:02 +10:00
osapi.h Initial pass at switching to RTOS SDK. 2016-05-24 16:05:02 +10:00
spi_flash.h Initial pass at switching to RTOS SDK. 2016-05-24 16:05:02 +10:00
stdlib.h Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
user_interface.h Boot to (nonresponsive) Lua prompt on RTOS! 2016-05-30 17:56:33 +10:00