nodemcu-firmware/app/include
Johny Mattsson 4e8ef87d03 Reworked module registration, removed modules.h
Module creation & registration now made a lot simpler. In essence,
each module file is now self-contained and only needs a

  NODEMCU_MODULE(MYNAME, "myname", myname_map, luaopen_myname);

line to both be automatically recognised by the Lua initialization
as well as honor the LUA_USE_MODULES_MYNAME #define.
2015-12-16 16:09:16 +11:00
..
arch source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
driver Added uart.alt(n) to swap to use alternate rx/tx lines. 2015-11-28 22:51:01 +00:00
lwip Upgraded LWIP to 1.4.0 released from Espressif. 2015-10-12 14:31:04 +11:00
netif source file first commit, folder structure refact 2014-12-22 19:35:05 +08:00
rtc Moved TEXT_SECTION_ATTR macro to its own header. 2015-10-12 13:26:04 +11:00
lwipopts.h Upgraded LWIP to 1.4.0 released from Espressif. 2015-10-12 14:31:04 +11:00
module.h Reworked module registration, removed modules.h 2015-12-16 16:09:16 +11:00
rom.h Updated #includes to work on new SDK. 2015-10-12 13:26:04 +11:00
sections.h Moved TEXT_SECTION_ATTR macro to its own header. 2015-10-12 13:26:04 +11:00
u8g_config.h fix display table construction 2015-07-21 20:37:44 +02:00
ucg_config.h extend ucg example with ST7735 display 2015-09-17 22:37:31 +02:00
user_config.h Fix esp_init_data_default inconsistencies. 2015-11-12 12:57:07 +11:00
user_modules.h Reworked module registration, removed modules.h 2015-12-16 16:09:16 +11:00
user_version.h Enable dynamic build dates, plus print SDK version. 2015-10-12 13:26:05 +11:00