nodemcu-firmware/app
Johny Mattsson 740c06b48f Fix unwanted newlines in Lua output.
The old NodeMCU puts() did not do the standard newline, while the RTOS C
library one certainly does.
2016-06-01 14:15:13 +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 Debug functions for tracking RTOS task usage. 2016-05-31 18:46:59 +10:00
json source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
lua Fix unwanted newlines in Lua output. 2016-06-01 14:15:13 +10:00
modules Shunt tmr callbacks into the Lua RTOS task. 2016-06-01 13:44:57 +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 Fixes to task reimplementation to make UART work. 2016-05-31 13:56:47 +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 Shunt tmr callbacks into the Lua RTOS task. 2016-06-01 13:44:57 +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