nodemcu-firmware/components/base_nodemcu
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
..
include Kconfig: rename LUA_MODULE_* to NODEMCU_CMODULE_* (#3135) 2020-08-23 22:49:18 +02:00
ld LFS support for ESP32 NodeMCU (#2801) 2019-07-22 19:13:43 +10:00
Kconfig Most of the node module from dev. 2016-09-26 18:04:24 +10:00
Makefile.projbuild LFS support for ESP32 NodeMCU (#2801) 2019-07-22 19:13:43 +10:00
add_rodata_ld.sh Reworked linker magic to work with IDF 3.3 (#2805) 2019-06-22 12:05:34 +10:00
component.mk Reworked linker magic to work with IDF 3.3 (#2805) 2019-06-22 12:05:34 +10:00
ip_fmt.c Split out IP formatting helpers. 2016-10-06 17:23:48 +11:00
lextra.c Basic wifi config functions. 2016-10-03 17:42:28 +11:00
linit.c LFS support for ESP32 NodeMCU (#2801) 2019-07-22 19:13:43 +10:00
lnodeaux.c ESP32: remove use of luaM_free in file module (#2631) 2019-02-20 23:26:39 +01:00
uart.c LFS support for ESP32 NodeMCU (#2801) 2019-07-22 19:13:43 +10:00
user_main.c Fix bthci compilation issue (#3201) 2020-08-03 13:39:42 +02:00