nodemcu-firmware/components/ucg
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
..
ucg@e21641a6c1 Add ucg module. 2018-10-07 16:31:28 +02:00
component.mk Add ucg module. 2018-10-07 16:31:28 +02:00
ucg.kconfig Kconfig: rename LUA_MODULE_* to NODEMCU_CMODULE_* (#3135) 2020-08-23 22:49:18 +02:00