nodemcu-firmware/components/modules
Johny Mattsson 7abda5c9e0 Updated to latest IDF.
- Switched hardcoded interrupts to new IDF interrupt allocation
framework.

- gpio module switched to the IDF's per-pin interrupt callback service.

- Improved NodeMCU linker script since it broke with the IDF upgrade.

- Various compatibility updates.
2016-12-30 19:25:48 +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 Updated to latest IDF. 2016-12-30 19:25:48 +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 Updated to latest IDF. 2016-12-30 19:25:48 +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 Updated to latest IDF. 2016-12-30 19:25:48 +11:00