nodemcu-firmware/app
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
..
cjson Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
coap Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
crypto Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
dhtlib Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
driver Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
http Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
include Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
json source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
lua Boot to (nonresponsive) Lua prompt on RTOS! 2016-05-30 17:56:33 +10:00
modules Boot to (nonresponsive) Lua prompt on RTOS! 2016-05-30 17:56:33 +10:00
mqtt Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
net Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
platform Boot to (nonresponsive) Lua prompt on RTOS! 2016-05-30 17:56:33 +10:00
smart Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
spiffs Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
task Boot to (nonresponsive) Lua prompt on RTOS! 2016-05-30 17:56:33 +10:00
tsl2561 Initial pass at switching to RTOS SDK. 2016-05-24 16:05:02 +10:00
u8glib enable -std=gnu11 for u8glib and ucglib dir 2016-03-22 22:26:36 +01:00
ucglib enable -std=gnu11 for u8glib and ucglib dir 2016-03-22 22:26:36 +01:00
user Boot to (nonresponsive) Lua prompt on RTOS! 2016-05-30 17:56:33 +10:00
.gitignore seperate user_config.h to speed-up compile when modules disabled/enabled 2015-03-06 11:59:04 +08:00
Makefile Wrap printf to avoid lots of unnecessary mallocs. 2016-05-30 14:15:29 +10:00