nodemcu-firmware/components/modules
Johny Mattsson f123d46209 Add ESP32C3 support/coexistence.
The uzlib and parts of Lua had to be switched over to use the
C standard int types, as their custom typedefs conflicted with
RISC-V toolchain provided typedefs.

UART console driver updated to do less direct register meddling
and use the IDF uart driver interface for setup. Still using our
own ISR rather than the default driver ISR. Down the line we
might want to investigate whether the IDF ISR would be a better
fit.

Lua C modules have been split into common and ESP32/ESP32-S
specific ones. In the future there might also be ESP32-C3
specific modules, which would go into components/modules-esp32c3
at that point.

Our old automatic fixup of flash size has been discarded as it
interferes with the checksumming done by the ROM loader and
results in unbootable systems. The IDF has already taken on
this work via the ESPTOOL_FLASHSIZE_DETECT option, which handles
this situation properly.
2021-08-11 17:32:47 +10:00
..
.gitignore Add support for external modules (#3100) 2020-07-27 19:08:19 +02:00
CMakeLists.txt Add ESP32C3 support/coexistence. 2021-08-11 17:32:47 +10:00
Kconfig Add ESP32C3 support/coexistence. 2021-08-11 17:32:47 +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
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
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
file.c idf4: overhaul to new build system, part 1 of 3 2021-07-15 16:27:03 +10:00
gpio.c Code cleanup to sort out warnings. 2021-07-29 13:47:45 +10: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
ledc.c Add ESP32C3 support/coexistence. 2021-08-11 17:32:47 +10:00
mqtt.c LFS support for ESP32 NodeMCU (#2801) 2019-07-22 19:13:43 +10:00
net.c idf4: part 2.2 - obligatory missed API call 2021-07-21 12:30:51 +10:00
node.c Add ESP32C3 support/coexistence. 2021-08-11 17:32:47 +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
qrcodegen.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 Add ESP32C3 support/coexistence. 2021-08-11 17:32:47 +10:00
spi_common.h Add u8g2 module. 2017-06-13 18:38:09 +02:00
spi_master.c Add ESP32C3 support/coexistence. 2021-08-11 17:32:47 +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
u8g2.c Code cleanup to sort out warnings. 2021-07-29 13:47:45 +10:00
ucg.c Code cleanup to sort out warnings. 2021-07-29 13:47:45 +10:00
uppercase.mk Successfully boot barebones NodeMCU on ESP32 (only). 2016-09-20 13:35:56 +10:00
wifi.c WiFi module updates. 2021-07-28 19:09:19 +10:00
wifi_ap.c idf4: part 2.2 - obligatory missed API call 2021-07-21 12:30:51 +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 Code cleanup to sort out warnings. 2021-07-29 13:47:45 +10:00
ws2812.c LFS support for ESP32 NodeMCU (#2801) 2019-07-22 19:13:43 +10:00