nodemcu-firmware/components/modules
Johny Mattsson 16ef39e255 idf4: overhaul to new build system, part 1 of 3
Yet to come:
  - part 2: dealing with deprecated and removed APIs
  - part 3: making it actually work again
2021-07-15 16:27:03 +10:00
..
.gitignore Add support for external modules (#3100) 2020-07-27 19:08:19 +02:00
CMakeLists.txt idf4: overhaul to new build system, part 1 of 3 2021-07-15 16:27:03 +10:00
Kconfig idf4: overhaul to new build system, part 1 of 3 2021-07-15 16:27:03 +10:00
adc.c LFS support for ESP32 NodeMCU (#2801) 2019-07-22 19:13:43 +10:00
bit.c LFS support for ESP32 NodeMCU (#2801) 2019-07-22 19:13:43 +10:00
bthci.c Kconfig: rename LUA_MODULE_* to NODEMCU_CMODULE_* (#3135) 2020-08-23 22:49:18 +02:00
can.c LFS support for ESP32 NodeMCU (#2801) 2019-07-22 19:13:43 +10:00
common.c Port i2s, spi_master, and ledc to helper functions for option tables (#2577) 2018-12-02 16:20:45 +01:00
common.h Port i2s, spi_master, and ledc to helper functions for option tables (#2577) 2018-12-02 16:20:45 +01:00
crypto.c LFS support for ESP32 NodeMCU (#2801) 2019-07-22 19:13:43 +10:00
dac.c LFS support for ESP32 NodeMCU (#2801) 2019-07-22 19:13:43 +10:00
dht.c LFS support for ESP32 NodeMCU (#2801) 2019-07-22 19:13:43 +10:00
encoder.c LFS support for ESP32 NodeMCU (#2801) 2019-07-22 19:13:43 +10:00
eth.c Support eth boards without power pin, extend docs (#2855) 2019-08-12 22:31:19 +02:00
file.c idf4: overhaul to new build system, part 1 of 3 2021-07-15 16:27:03 +10:00
gpio.c Expose gpio_set_drive_capability API to Lua (#3099) 2020-05-18 19:56:43 +02:00
http.c LFS support for ESP32 NodeMCU (#2801) 2019-07-22 19:13:43 +10:00
i2c.c Fix I2C timeout (#3377) 2021-01-22 13:01:21 +01:00
i2c_common.h Fix I2C timeout (#3377) 2021-01-22 13:01:21 +01:00
i2c_hw_master.c Fix I2C timeout (#3377) 2021-01-22 13:01:21 +01:00
i2c_hw_slave.c LFS support for ESP32 NodeMCU (#2801) 2019-07-22 19:13:43 +10:00
i2s.c idf4: overhaul to new build system, part 1 of 3 2021-07-15 16:27:03 +10:00
ledc.c LFS support for ESP32 NodeMCU (#2801) 2019-07-22 19:13:43 +10:00
mqtt.c LFS support for ESP32 NodeMCU (#2801) 2019-07-22 19:13:43 +10:00
net.c idf4: overhaul to new build system, part 1 of 3 2021-07-15 16:27:03 +10:00
node.c idf4: overhaul to new build system, part 1 of 3 2021-07-15 16:27:03 +10:00
otaupgrade.c LFS support for ESP32 NodeMCU (#2801) 2019-07-22 19:13:43 +10:00
ow.c LFS support for ESP32 NodeMCU (#2801) 2019-07-22 19:13:43 +10:00
pulsecnt.c LFS support for ESP32 NodeMCU (#2801) 2019-07-22 19:13:43 +10:00
qrcodegen.c LFS support for ESP32 NodeMCU (#2801) 2019-07-22 19:13:43 +10:00
sdmmc.c LFS support for ESP32 NodeMCU (#2801) 2019-07-22 19:13:43 +10:00
sigma_delta.c LFS support for ESP32 NodeMCU (#2801) 2019-07-22 19:13:43 +10:00
sjson.c LFS support for ESP32 NodeMCU (#2801) 2019-07-22 19:13:43 +10:00
sodium.c LFS support for ESP32 NodeMCU (#2801) 2019-07-22 19:13:43 +10:00
spi.c LFS support for ESP32 NodeMCU (#2801) 2019-07-22 19:13:43 +10:00
spi_common.h Add u8g2 module. 2017-06-13 18:38:09 +02:00
spi_master.c LFS support for ESP32 NodeMCU (#2801) 2019-07-22 19:13:43 +10:00
struct.c LFS support for ESP32 NodeMCU (#2801) 2019-07-22 19:13:43 +10:00
time.c idf4: overhaul to new build system, part 1 of 3 2021-07-15 16:27:03 +10:00
tmr.c ensure tmr ref is valid before cb occurs 2021-01-05 11:08:26 +00:00
touch.c idf4: overhaul to new build system, part 1 of 3 2021-07-15 16:27:03 +10:00
u8g2.c Kconfig: rename LUA_MODULE_* to NODEMCU_CMODULE_* (#3135) 2020-08-23 22:49:18 +02:00
ucg.c Kconfig: rename LUA_MODULE_* to NODEMCU_CMODULE_* (#3135) 2020-08-23 22:49:18 +02:00
uppercase.mk Successfully boot barebones NodeMCU on ESP32 (only). 2016-09-20 13:35:56 +10:00
wifi.c LFS support for ESP32 NodeMCU (#2801) 2019-07-22 19:13:43 +10:00
wifi_ap.c LFS support for ESP32 NodeMCU (#2801) 2019-07-22 19:13:43 +10:00
wifi_common.c Added functions wifi.sta.getmac() and wifi.ap.getmac() 2017-06-30 23:55:43 +02:00
wifi_common.h Added functions wifi.sta.getmac() and wifi.ap.getmac() 2017-06-30 23:55:43 +02:00
wifi_sta.c LFS support for ESP32 NodeMCU (#2801) 2019-07-22 19:13:43 +10:00
ws2812.c LFS support for ESP32 NodeMCU (#2801) 2019-07-22 19:13:43 +10:00