nodemcu-firmware/app/lua
Johny Mattsson 80a12780ae Lua tidy-up to reduce delta against esp32 branch.
These should hopefully be completely uncontentious changes.

There is still a delta against the esp32 branch, but to harmonise that
requires a bit more work.

This commit includes:

- Some LUA_USE_xxx #ifdef changes, since in many ways the ESP32 is
  closer to a host build than an ESP8266 build.

- A bunch of warnings tidy-ups.

- A couple of readability/maintainability improvements (e.g. LROT_END
  definition using named member initialisation, prototype declarations
  moved to header file(s)).
2021-09-25 11:26:12 +10:00
..
luac_cross Makefiles: Validate LUA selection or refer to the other Makefile. (#3269) 2021-01-06 03:57:50 +01:00
Makefile Makefiles: Validate LUA selection or refer to the other Makefile. (#3269) 2021-01-06 03:57:50 +01:00
lapi.c Lua 5.1 / 5.3 alignment and document (#3193) 2020-08-22 17:41:02 +01:00
lapi.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
lauxlib.c fix regression in luaL_typerror and Change NTest so it can run tests on the host emulating node.task.post (#3357) 2021-01-09 22:25:22 +01:00
lauxlib.h NFC: Backport luaL_testudata to Lua 5.1 (#3352) 2020-12-24 08:39:08 +01:00
lbaselib.c Lua tidy-up to reduce delta against esp32 branch. 2021-09-25 11:26:12 +10:00
lcode.c Lua 5.1 / 5.3 alignment and document (#3193) 2020-08-22 17:41:02 +01:00
lcode.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
ldblib.c Lua 5.1 / 5.3 alignment and document (#3193) 2020-08-22 17:41:02 +01:00
ldebug.c Lua tidy-up to reduce delta against esp32 branch. 2021-09-25 11:26:12 +10:00
ldebug.h Lua 5.1 / 5.3 alignment and document (#3193) 2020-08-22 17:41:02 +01:00
ldo.c Squashed updates do get Lua51 and Lua53 working (#3075) 2020-06-09 22:26:52 +02:00
ldo.h source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
ldump.c Lua 5.1 / 5.3 alignment and document (#3193) 2020-08-22 17:41:02 +01:00
lflash.c Lua tidy-up to reduce delta against esp32 branch. 2021-09-25 11:26:12 +10:00
lflash.h Lua 5.1 / 5.3 alignment and document (#3193) 2020-08-22 17:41:02 +01:00
lfunc.c Lua 5.1 / 5.3 alignment and document (#3193) 2020-08-22 17:41:02 +01:00
lfunc.h Alpha working wersion for third party evaluation 2018-03-17 00:43:52 +00:00
lgc.c Lua 5.1 / 5.3 alignment and document (#3193) 2020-08-22 17:41:02 +01:00
lgc.h SDK 3.0 release (#2692) 2019-04-05 16:01:45 +01:00
linit.c Lua 5.1 / 5.3 alignment and document (#3193) 2020-08-22 17:41:02 +01:00
llex.c Lua tidy-up to reduce delta against esp32 branch. 2021-09-25 11:26:12 +10: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 Lua tidy-up to reduce delta against esp32 branch. 2021-09-25 11:26:12 +10:00
lmem.c Squashed updates do get Lua51 and Lua53 working (#3075) 2020-06-09 22:26:52 +02:00
lmem.h Major cleanup - c_whatever is finally history. (#2838) 2019-07-22 00:58:21 +03:00
lnodemcu.c Lua tidy-up to reduce delta against esp32 branch. 2021-09-25 11:26:12 +10:00
lnodemcu.h Lua tidy-up to reduce delta against esp32 branch. 2021-09-25 11:26:12 +10:00
loadlib.c Lua tidy-up to reduce delta against esp32 branch. 2021-09-25 11:26:12 +10:00
lobject.c Lua tidy-up to reduce delta against esp32 branch. 2021-09-25 11:26:12 +10:00
lobject.h Lua tidy-up to reduce delta against esp32 branch. 2021-09-25 11:26:12 +10:00
lopcodes.c Squashed updates do get Lua51 and Lua53 working (#3075) 2020-06-09 22:26:52 +02:00
lopcodes.h trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00
lparser.c Lua 5.1 / 5.3 alignment and document (#3193) 2020-08-22 17:41:02 +01:00
lparser.h Lua 5.1 / 5.3 alignment and document (#3193) 2020-08-22 17:41:02 +01:00
lstate.c Lua 5.1 / 5.3 alignment and document (#3193) 2020-08-22 17:41:02 +01:00
lstate.h Lua 5.1 / 5.3 alignment and document (#3193) 2020-08-22 17:41:02 +01:00
lstring.c Squashed updates do get Lua51 and Lua53 working (#3075) 2020-06-09 22:26:52 +02:00
lstring.h Squashed updates do get Lua51 and Lua53 working (#3075) 2020-06-09 22:26:52 +02:00
lstrlib.c Lua 5.1 / 5.3 alignment and document (#3193) 2020-08-22 17:41:02 +01:00
ltable.c Lua tidy-up to reduce delta against esp32 branch. 2021-09-25 11:26:12 +10:00
ltable.h Lua 5.1 / 5.3 alignment and document (#3193) 2020-08-22 17:41:02 +01:00
ltablib.c Lua tidy-up to reduce delta against esp32 branch. 2021-09-25 11:26:12 +10:00
ltm.c Lua 5.1 / 5.3 alignment and document (#3193) 2020-08-22 17:41:02 +01:00
ltm.h Squashed updates do get Lua51 and Lua53 working (#3075) 2020-06-09 22:26:52 +02:00
lua.c Squashed updates do get Lua51 and Lua53 working (#3075) 2020-06-09 22:26:52 +02:00
lua.h First phase of number to integer conversion (#3221) 2020-08-29 17:48:24 +01:00
luaconf.h fix search path for lua require (#3336) 2020-11-25 19:07:17 +00:00
lualib.h trailing spaces cleanup (#2659) 2019-02-17 18:26:29 +00:00
lundump.c Lua 5.1 / 5.3 alignment and document (#3193) 2020-08-22 17:41:02 +01:00
lundump.h Squashed updates do get Lua51 and Lua53 working (#3075) 2020-06-09 22:26:52 +02:00
lvm.c Lua 5.1 / 5.3 alignment and document (#3193) 2020-08-22 17:41:02 +01:00
lvm.h Lua 5.1 / 5.3 alignment and document (#3193) 2020-08-22 17:41:02 +01:00
lzio.c Squashed updates do get Lua51 and Lua53 working (#3075) 2020-06-09 22:26:52 +02:00
lzio.h Squashed updates do get Lua51 and Lua53 working (#3075) 2020-06-09 22:26:52 +02:00