nodemcu-firmware/components/modules
Johny Mattsson d2f8121e22 idf4: part 2.2 - update wifi & eth modules to new APIs
Only compile-tested so far.

Of note is that the WiFi auto-connect (flag) functionality has been removed
from the IDF, and as a follow-on so has the "auto" field in the wifi config.

On the Ethernet side, support for the TLK110 PHY seems to have been removed,
but on the other hand there is now new support for several others.
2021-07-20 18:18:21 +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 idf4: part 2.2 - update wifi & eth modules to new APIs 2021-07-20 18:18:21 +10: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 idf4: part 2.2 - update wifi & eth modules to new APIs 2021-07-20 18:18:21 +10:00
wifi_ap.c idf4: part 2.2 - update wifi & eth modules to new APIs 2021-07-20 18:18:21 +10:00
wifi_common.c idf4: part 2.1 - uplift to new esp_event system events 2021-07-19 17:23:38 +10:00
wifi_common.h idf4: part 2.1 - uplift to new esp_event system events 2021-07-19 17:23:38 +10:00
wifi_sta.c idf4: part 2.2 - update wifi & eth modules to new APIs 2021-07-20 18:18:21 +10:00
ws2812.c LFS support for ESP32 NodeMCU (#2801) 2019-07-22 19:13:43 +10:00