nodemcu-firmware/components/modules
Johny Mattsson 4ece8de4d9 net module: hold/unhold support.
As per @djphoenix's work on the ESP8266 side.
2016-12-30 15:55:14 +11:00
..
Kconfig Preliminary gpio module. 2016-11-26 21:54:05 +11:00
bit.c Imported 'bit' module from dev branch. 2016-11-17 21:56:51 +11:00
bthci.c Simple BlueTooth module for BT LE advertisements. 2016-09-29 17:02:40 +10:00
component.mk Fix module inclusion (got broken by IDF build changes). 2016-11-17 16:52:01 +11:00
encoder.c Grabbed the encoder module from dev. 2016-09-28 17:58:44 +10:00
file.c SPIFFS partition support, file module from dev. 2016-09-22 17:18:22 +10:00
gpio.c Preliminary gpio module. 2016-11-26 21:54:05 +11:00
net.c net module: hold/unhold support. 2016-12-30 15:55:14 +11:00
node.c Fixed various warnings. 2016-11-27 13:28:48 +11:00
struct.c Unbreak integer build. 2016-11-17 21:59:56 +11:00
uppercase.mk Successfully boot barebones NodeMCU on ESP32 (only). 2016-09-20 13:35:56 +10:00
wifi.c Split wifi.on() into wifi.sta.on()/wifi.ap.on() 2016-12-10 15:25:57 +11:00
wifi_ap.c Split wifi.on() into wifi.sta.on()/wifi.ap.on() 2016-12-10 15:25:57 +11:00
wifi_common.c Split wifi.on() into wifi.sta.on()/wifi.ap.on() 2016-12-10 15:25:57 +11:00
wifi_common.h Split wifi.on() into wifi.sta.on()/wifi.ap.on() 2016-12-10 15:25:57 +11:00
wifi_sta.c Split wifi.on() into wifi.sta.on()/wifi.ap.on() 2016-12-10 15:25:57 +11:00