nodemcu-firmware/app/lua
Johny Mattsson 085f35da73 Tie in the EGC with the SDK's heap knowledge. (#2319)
Added `node.egc.meminfo()` to expose LVM usage (to make the regular
`node.egc.ON_MEM_LIMIT` option usable).

Extended the `node.egc.ON_MEM_LIMIT` option to also take negative limits,
in which case that's taken as a request to keep a certain amount of heap
available for non-Lua use.
2018-04-06 14:52:03 +02:00
..
luac_cross
Makefile
compiler.h
lapi.c Various minor bits of cleanup (#1647) 2016-12-25 10:45:34 +11:00
lapi.h
lauxlib.c Tie in the EGC with the SDK's heap knowledge. (#2319) 2018-04-06 14:52:03 +02:00
lauxlib.h
lbaselib.c
lcode.c
lcode.h
ldblib.c
ldebug.c
ldebug.h
ldo.c Fix Lua stack corruption problem 2018-03-26 03:44:10 +01:00
ldo.h
ldump.c
legc.c Tie in the EGC with the SDK's heap knowledge. (#2319) 2018-04-06 14:52:03 +02:00
legc.h Tie in the EGC with the SDK's heap knowledge. (#2319) 2018-04-06 14:52:03 +02:00
lfunc.c
lfunc.h
lgc.c
lgc.h
liolib.c Reduced LUAL_BUFFERSIZE to 256. Should free up some stack (#1530) 2016-10-16 21:18:03 +09:00
llex.c
llex.h
llimits.h
lmathlib.c
lmem.c
lmem.h
loadlib.c Add FatFs and SD card support (#1397) 2016-09-05 20:17:13 +02:00
lobject.c
lobject.h
lopcodes.c
lopcodes.h
lparser.c
lparser.h
lrodefs.h
lrotable.c
lrotable.h
lstate.c
lstate.h Tie in the EGC with the SDK's heap knowledge. (#2319) 2018-04-06 14:52:03 +02:00
lstring.c
lstring.h
lstrlib.c
ltable.c Various minor bits of cleanup (#1647) 2016-12-25 10:45:34 +11:00
ltable.h
ltablib.c
ltm.c
ltm.h
lua.c Fix batch multi-line UART input discarding all but first line (#2217) 2018-01-04 22:50:39 +01:00
lua.h
luac_cross.h
luaconf.h Version of printf that doesn't suffer from buffer overflows (#1564) 2016-10-27 09:38:47 +03:00
lualib.h
lundump.c
lundump.h
lvm.c Various minor bits of cleanup (#1647) 2016-12-25 10:45:34 +11:00
lvm.h
lzio.c
lzio.h