nodemcu-firmware/ld
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
..
defsym.rom Sorted out linker scripts & options. 2015-10-12 13:26:04 +11:00
nodemcu.ld Reworked module registration, removed modules.h 2015-12-16 16:09:16 +11:00