nodemcu-firmware/app/lua
sergio fd3f0ddad4 Add flag to disable start-up banner (#3026) 2020-06-09 22:26:52 +02:00
..
luac_cross Dev make cleanup (#2842) 2019-07-23 18:47:18 +03:00
Makefile Lua 5.1 to 5.3 realignement phase 1 2020-06-09 22:26:06 +02:00
lapi.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
lapi.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
lauxlib.c Lua 5.1 to 5.3 realignement phase 1 2020-06-09 22:26:06 +02:00
lauxlib.h Lua 5.1 to 5.3 realignement phase 1 2020-06-09 22:26:06 +02:00
lbaselib.c Lua 5.1 to 5.3 realignement phase 1 2020-06-09 22:26:06 +02:00
lcode.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
lcode.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
ldblib.c Lua 5.1 to 5.3 realignement phase 1 2020-06-09 22:26:06 +02:00
ldebug.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03: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 Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
ldo.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
ldump.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
legc.c Evict c_types.h, tidy up a other c_prefixes. (#2841) 2019-07-23 14:22:38 +10:00
legc.h Tie in the EGC with the SDK's heap knowledge. (#2319) 2018-04-06 14:52:03 +02:00
lflash.c fix lfs upload issue 2020-06-09 22:26:06 +02:00
lflash.h SDK 3.0 release (#2692) 2019-04-05 16:01:45 +01:00
lfunc.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
lfunc.h Alpha working wersion for third party evaluation 2018-03-17 00:43:52 +00:00
lgc.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
lgc.h SDK 3.0 release (#2692) 2019-04-05 16:01:45 +01:00
linit.c Updated ROTables 1st tranch (#2742) 2019-05-08 14:08:20 +03:00
llex.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
llex.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
llimits.h Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
lmathlib.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
lmem.c Add luac.cross capability to nodeMCU 2015-11-03 21:37:14 +00:00
lmem.h Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
lnodemcu.c Updates following JM review 2020-06-09 22:26:06 +02:00
loadlib.c Lua 5.1 to 5.3 realignement phase 1 2020-06-09 22:26:06 +02:00
lobject.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
lobject.h Lua 5.1 to 5.3 realignement phase 1 2020-06-09 22:26:06 +02:00
lopcodes.c Add luac.cross capability to nodeMCU 2015-11-03 21:37:14 +00:00
lopcodes.h trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00
lparser.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03: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 Updated ROTables 1st tranch (#2742) 2019-05-08 14:08:20 +03:00
lrotable.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
lrotable.h Updated ROTables 1st tranch (#2742) 2019-05-08 14:08:20 +03:00
lstate.c Lua 5.1 to 5.3 realignement phase 1 2020-06-09 22:26:06 +02:00
lstate.h Lua 5.1 to 5.3 realignement phase 1 2020-06-09 22:26:06 +02:00
lstring.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
lstring.h Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
lstrlib.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
ltable.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
ltable.h Alpha working wersion for third party evaluation 2018-03-17 00:43:52 +00:00
ltablib.c Updated ROTables 1st tranch (#2742) 2019-05-08 14:08:20 +03:00
ltm.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
ltm.h Optimise ROTable accesses and interface (#2505) 2018-10-13 17:14:33 +03:00
lua.c Add flag to disable start-up banner (#3026) 2020-06-09 22:26:52 +02:00
lua.h Rebased against current dev, tweaks for clean compile 2020-06-09 22:26:06 +02:00
luac_cross.h Evict c_types.h, tidy up a other c_prefixes. (#2841) 2019-07-23 14:22:38 +10:00
luaconf.h Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
lualib.h trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00
lundump.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
lundump.h Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
lvm.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
lvm.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
lzio.c Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
lzio.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00