nodemcu-firmware/components/base_nodemcu/include
Nathaniel Wesley Filardo dd3b217df2
Kconfig: rename LUA_MODULE_* to NODEMCU_CMODULE_* (#3135)
Using the NODEMCU_ namespace prefix makes it obvious that these are not
part of Lua proper (contrast, e.g., LUA_BUILTIN_STRING).  Using
"CMODULE" gives us room to differentiate between modules whose
implementation is in C and whose implemenation is in Lua ("LMODULE").

The ESP8266 branch can adopt the same convention when it moves to
Kconfig; see https://github.com/nodemcu/nodemcu-firmware/issues/3130
2020-08-23 22:49:18 +02:00
..
ip_fmt.h Split out IP formatting helpers. 2016-10-06 17:23:48 +11:00
lextra.h Basic wifi config functions. 2016-10-03 17:42:28 +11:00
lnodeaux.h ESP32: remove use of luaM_free in file module (#2631) 2019-02-20 23:26:39 +01:00
module.h Kconfig: rename LUA_MODULE_* to NODEMCU_CMODULE_* (#3135) 2020-08-23 22:49:18 +02:00
nodemcu_esp_event.h LFS support for ESP32 NodeMCU (#2801) 2019-07-22 19:13:43 +10:00