nodemcu-firmware/app/lua
Philip Gladstone feab8b2208 Various minor bits of cleanup (#1647)
* Check the return code of the read function when doing crypto.fhash so that we don't pass negative lengths to the hashing functions
*  Fix various assert failures in the LVM arising from rotables. No functional change
* Add the gpio interrupt time to the callback (and pass it from the interrupt handler)
* Get the PC right in the perf module
* Make the headers static in the websocket module
* Fix the documentation
2016-12-25 10:45:34 +11: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 Various minor bits of cleanup (#1647) 2016-12-25 10:45:34 +11:00
lapi.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
lauxlib.c Version of printf that doesn't suffer from buffer overflows (#1564) 2016-10-27 09:38:47 +03:00
lauxlib.h Remove unusedcode 2016-03-20 12:54:16 -04:00
lbaselib.c Major cleanup of module registration. 2015-12-12 15:03:40 +11:00
lcode.c Port of strip debug patch to the SDK 1.4-baseline dev 2015-11-08 23:46:08 +00:00
lcode.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
ldblib.c Major cleanup of module registration. 2015-12-12 15:03:40 +11:00
ldebug.c Port of strip debug patch to the SDK 1.4-baseline dev 2015-11-08 23:46:08 +00: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 Port of strip debug patch to the SDK 1.4-baseline dev 2015-11-08 23:46:08 +00: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 Port of strip debug patch to the SDK 1.4-baseline dev 2015-11-08 23:46:08 +00:00
lfunc.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
lgc.c Port of strip debug patch to the SDK 1.4-baseline dev 2015-11-08 23:46:08 +00:00
lgc.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
liolib.c Reduced LUAL_BUFFERSIZE to 256. Should free up some stack (#1530) 2016-10-16 21:18:03 +09:00
llex.c Add luac.cross capability to nodeMCU 2015-11-03 21:37:14 +00:00
llex.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
llimits.h Add luac.cross capability to nodeMCU 2015-11-03 21:37:14 +00:00
lmathlib.c Major cleanup of module registration. 2015-12-12 15:03:40 +11: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 Add FatFs and SD card support (#1397) 2016-09-05 20:17:13 +02:00
lobject.c Remove the lobject.c:88 assertion failures 2015-12-06 01:42:29 +11:00
lobject.h Port of strip debug patch to the SDK 1.4-baseline dev 2015-11-08 23:46:08 +00: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 Add luac.cross capability to nodeMCU 2015-11-03 21:37:14 +00: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 Add luac.cross capability to nodeMCU 2015-11-03 21:37:14 +00:00
lstring.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
lstrlib.c Major cleanup of module registration. 2015-12-12 15:03:40 +11:00
ltable.c Various minor bits of cleanup (#1647) 2016-12-25 10:45:34 +11: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 Add luac.cross capability to nodeMCU 2015-11-03 21:37:14 +00:00
ltm.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
lua.c Add FatFs and SD card support (#1397) 2016-09-05 20:17:13 +02:00
lua.h enable -std=gnu11 for lua dir 2016-01-24 00:02:27 +01:00
luac_cross.h Minor tweaks to luac.cross for SDK 1.4 support 2015-11-03 22:45:43 +00:00
luaconf.h Version of printf that doesn't suffer from buffer overflows (#1564) 2016-10-27 09:38:47 +03: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 Port of strip debug patch to the SDK 1.4-baseline dev 2015-11-08 23:46:08 +00:00
lundump.h Add luac.cross capability to nodeMCU 2015-11-03 21:37:14 +00:00
lvm.c Various minor bits of cleanup (#1647) 2016-12-25 10:45:34 +11:00
lvm.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
lzio.c Add luac.cross capability to nodeMCU 2015-11-03 21:37:14 +00:00
lzio.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00