nodemcu-firmware/docs
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
..
css Fix font-size, it's odd and inconsistent in the theme 2016-01-16 15:25:48 +01:00
img JTAG debugging quick guide for Linux (#3088) 2020-05-18 19:58:15 +02:00
js Re-organize documentation 2019-01-13 21:30:28 +01:00
modules Support for GPIO wakeup in node.dsleep() (#3115) 2020-08-22 10:32:45 +02:00
build.md Update build.md 2020-08-23 21:56:18 +02:00
debug.md JTAG debugging quick guide for Linux (#3088) 2020-05-18 19:58:15 +02:00
extn-developer-faq.md Kconfig: rename LUA_MODULE_* to NODEMCU_CMODULE_* (#3135) 2020-08-23 22:49:18 +02:00
flash.md Re-organize documentation 2019-01-13 21:30:28 +01:00
index.md Re-organize documentation 2019-01-13 21:30:28 +01:00
lua-developer-faq.md Re-organize documentation 2019-01-13 21:30:28 +01:00
sdcard.md add support for sdmmc cards in sd-spi mode (#2644) 2019-02-10 10:11:13 +01:00
support.md Re-organize documentation 2019-01-13 21:30:28 +01:00
upload.md Re-organize documentation 2019-01-13 21:30:28 +01:00