nodemcu-firmware/app/platform
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
..
Makefile Make the wifi.smart functions options and remove wofs and upgrade 2016-02-26 17:23:38 +00:00
common.c Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
common.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
cpu_esp8266.h Initial pass at switching to RTOS SDK. 2016-05-24 16:05:02 +10:00
flash_api.c Boot to (nonresponsive) Lua prompt on RTOS! 2016-05-30 17:56:33 +10:00
flash_api.h The SDK "flashchip" symbol changed from ptr to struct. 2016-05-27 12:21:00 +10:00
flash_fs.c Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
flash_fs.h Make the wifi.smart functions options and remove wofs and upgrade 2016-02-26 17:23:38 +00:00
hw_timer.c Initial pass at switching to RTOS SDK. 2016-05-24 16:05:02 +10:00
hw_timer.h Initial pass at switching to RTOS SDK. 2016-05-24 16:05:02 +10:00
pin_map.c Initial pass at switching to RTOS SDK. 2016-05-24 16:05:02 +10:00
pin_map.h Made level triggers work better than before 2016-02-25 08:38:25 -05:00
platform.c Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
platform.h Add support for GPIO open-drain output mode. 2016-03-17 00:21:28 +01:00