nodemcu-firmware/app/lua
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
..
luac_cross Major cleanup of module registration. 2015-12-12 15:03:40 +11:00
Makefile Make the wifi.smart functions options and remove wofs and upgrade 2016-02-26 17:23:38 +00:00
compiler.h Updated SDK to v0.9.5 and optimized memory. 2015-01-05 10:09:51 +08:00
lapi.c Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
lapi.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
lauxlib.c Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
lauxlib.h Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
lbaselib.c Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
lcode.c Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
lcode.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
ldblib.c Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
ldebug.c Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
ldebug.h Port of strip debug patch to the SDK 1.4-baseline dev 2015-11-08 23:46:08 +00:00
ldo.c Add luac.cross capability to nodeMCU 2015-11-03 21:37:14 +00:00
ldo.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
ldump.c Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
legc.c Updated SDK to v0.9.5 and optimized memory. 2015-01-05 10:09:51 +08:00
legc.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
lfunc.c Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
lfunc.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
lgc.c Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
lgc.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
liolib.c Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
llex.c Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
llex.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
llimits.h Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
lmathlib.c Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
lmem.c Add luac.cross capability to nodeMCU 2015-11-03 21:37:14 +00:00
lmem.h Add luac.cross capability to nodeMCU 2015-11-03 21:37:14 +00:00
loadlib.c Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
lobject.c Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
lobject.h Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
lopcodes.c Add luac.cross capability to nodeMCU 2015-11-03 21:37:14 +00:00
lopcodes.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
lparser.c Port of strip debug patch to the SDK 1.4-baseline dev 2015-11-08 23:46:08 +00:00
lparser.h Port of strip debug patch to the SDK 1.4-baseline dev 2015-11-08 23:46:08 +00:00
lrodefs.h Reworked module registration, removed modules.h 2015-12-16 16:09:16 +11:00
lrotable.c Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
lrotable.h handle font data as light userdata 2015-03-01 23:11:24 +01:00
lstate.c Add luac.cross capability to nodeMCU 2015-11-03 21:37:14 +00:00
lstate.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
lstring.c Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
lstring.h Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
lstrlib.c Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
ltable.c Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
ltable.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
ltablib.c Major cleanup of module registration. 2015-12-12 15:03:40 +11:00
ltm.c Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
ltm.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
lua.c Boot to (nonresponsive) Lua prompt on RTOS! 2016-05-30 17:56:33 +10:00
lua.h Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
luac_cross.h Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
luaconf.h Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
lualib.h add macro to control built-in lib for lua, add libm.a 2015-03-06 15:55:24 +08:00
lundump.c Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
lundump.h Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
lvm.c Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
lvm.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
lzio.c Remove conflicting libc, rename c_xx and os_xx to xx. 2016-05-26 18:50:20 +10:00
lzio.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00