nodemcu-firmware/app/modules
Johny Mattsson 6b6456be47 Major cleanup of module registration.
As per #810 & #796, only LUA_OPTIMIZE_MEMORY=2 & MIN_OPT_LEVEL=2 are
supported when building. This commit effects that limitation.

With this change modules/auxmods.h no longer needs to be updated for
every new module, nor do module writers need to cater for a hypothetical
LUA_OPTIMIZE_MEMORY < 2 scenario.
2015-12-12 15:03:40 +11:00
..
Makefile import ucglib v1.3.3 2015-09-17 21:53:47 +02:00
adc.c Major cleanup of module registration. 2015-12-12 15:03:40 +11:00
auxmods.h Major cleanup of module registration. 2015-12-12 15:03:40 +11:00
bit.c Major cleanup of module registration. 2015-12-12 15:03:40 +11:00
bmp085.c Major cleanup of module registration. 2015-12-12 15:03:40 +11:00
cjson.c Major cleanup of module registration. 2015-12-12 15:03:40 +11:00
coap.c Major cleanup of module registration. 2015-12-12 15:03:40 +11:00
crypto.c Major cleanup of module registration. 2015-12-12 15:03:40 +11:00
dht.c Major cleanup of module registration. 2015-12-12 15:03:40 +11:00
enduser_setup.c Major cleanup of module registration. 2015-12-12 15:03:40 +11:00
file.c Major cleanup of module registration. 2015-12-12 15:03:40 +11:00
gpio.c Major cleanup of module registration. 2015-12-12 15:03:40 +11:00
hx711.c Major cleanup of module registration. 2015-12-12 15:03:40 +11:00
i2c.c Major cleanup of module registration. 2015-12-12 15:03:40 +11:00
linit.c Add luac.cross capability to nodeMCU 2015-11-03 21:37:14 +00:00
modules.h Basic hx711 functionality 2015-10-08 20:34:24 -07:00
mqtt.c Major cleanup of module registration. 2015-12-12 15:03:40 +11:00
net.c Major cleanup of module registration. 2015-12-12 15:03:40 +11:00
node.c Major cleanup of module registration. 2015-12-12 15:03:40 +11:00
ow.c Major cleanup of module registration. 2015-12-12 15:03:40 +11:00
pwm.c Major cleanup of module registration. 2015-12-12 15:03:40 +11:00
rc.c Major cleanup of module registration. 2015-12-12 15:03:40 +11:00
rtcfifo.c Major cleanup of module registration. 2015-12-12 15:03:40 +11:00
rtcmem.c Major cleanup of module registration. 2015-12-12 15:03:40 +11:00
rtctime.c Major cleanup of module registration. 2015-12-12 15:03:40 +11:00
sntp.c Major cleanup of module registration. 2015-12-12 15:03:40 +11:00
spi.c Major cleanup of module registration. 2015-12-12 15:03:40 +11:00
tmr.c Major cleanup of module registration. 2015-12-12 15:03:40 +11:00
tsl2561.c Major cleanup of module registration. 2015-12-12 15:03:40 +11:00
u8g.c Major cleanup of module registration. 2015-12-12 15:03:40 +11:00
uart.c Major cleanup of module registration. 2015-12-12 15:03:40 +11:00
ucg.c Major cleanup of module registration. 2015-12-12 15:03:40 +11:00
wifi.c Major cleanup of module registration. 2015-12-12 15:03:40 +11:00
ws2801.c Major cleanup of module registration. 2015-12-12 15:03:40 +11:00
ws2812.c Major cleanup of module registration. 2015-12-12 15:03:40 +11:00