nodemcu-firmware/docs/modules
Johny Mattsson f126b6fe91 Initial migration to IDFv5.0
Plenty of dependency adjustments, printf format specificier updates,
FreeRTOS type and macro name modernisation, not to mention API changes.

Still plenty of legacy/deprecated drivers in use which will need updating.

The following features have been removed due to no longer being available
from the IDF:
  - ADC hall effect sensor reading
  - Configuration of SD SPI host via sdmmc module (now must be done first
    via the spimaster module)
  - FAT partition selection on external SD cards; only the first FAT
    partition is supported by the IDF now

On the other hand, the eth module now supports the following new chipsets:
  - KSZ8001
  - KSZ8021
  - KSZ8031
  - KSZ8051
  - KSZ8061
  - KSZ8091
  - Possibly additional models in the LAN87xx series (the IDF docs aren't
    clear on precisely which models are handled)

Further, the sdmmc module is now available on the ESP32-S3 as well.
2024-01-30 11:34:03 +11:00
..
adc.md Initial migration to IDFv5.0 2024-01-30 11:34:03 +11:00
bit.md Make bit module handle 32/64bit integer configs. 2021-08-25 18:58:53 +10:00
bthci.md Fix bit, bthci, can, encoder, eth, i2s docs (#3432) 2021-05-19 21:02:49 +02:00
can.md Fix bit, bthci, can, encoder, eth, i2s docs (#3432) 2021-05-19 21:02:49 +02:00
crypto.md Improved crypto module for ESP32, now with HMAC (#2815) 2019-07-04 23:24:59 +02:00
dac.md Re-organize documentation 2019-01-13 21:30:28 +01:00
dht.md Re-organize documentation 2019-01-13 21:30:28 +01:00
encoder.md Fix bit, bthci, can, encoder, eth, i2s docs (#3432) 2021-05-19 21:02:49 +02:00
eromfs.md IDF web server module (#3502) 2022-03-05 13:51:54 +11:00
eth.md Initial migration to IDFv5.0 2024-01-30 11:34:03 +11:00
file.md Fix typo in `file.md` (#3566) 2023-01-17 16:44:59 +01:00
gpio.md Add node.sleep()(#3370) 2021-01-17 09:00:12 +01:00
heaptrace.md Added heaptrace module. 2021-09-16 13:54:55 +10:00
http.md Add http.put (#3462) 2021-10-05 13:33:27 +11:00
httpd.md IDF web server module (#3502) 2022-03-05 13:51:54 +11:00
i2c.md Fix adc, i2c, file, tmr docs (#3428) 2021-04-27 22:30:46 +02:00
i2s.md Code cleanup to sort out warnings. 2021-07-29 13:47:45 +10:00
ledc.md Fix ledc.md (#3557) 2022-11-10 20:49:16 -05:00
mqtt.md Fix bit, bthci, can, encoder, eth, i2s docs (#3432) 2021-05-19 21:02:49 +02:00
net.md idf4: overhaul to new build system, part 1 of 3 2021-07-15 16:27:03 +10:00
node.md Make node.output() RTOS thread safe. 2021-11-04 22:24:01 +11:00
otaupgrade.md Fix ledc, otaupgrade, pulsecnt, sdmmc, sjson, touch docs (#3436) 2021-05-23 16:29:01 +02:00
ow.md Re-organize documentation 2019-01-13 21:30:28 +01:00
pipe.md Pulled in the 5.1+5.3 docs from the esp8266 branch. 2021-08-22 19:25:39 +10:00
pulsecnt.md Fix ledc, otaupgrade, pulsecnt, sdmmc, sjson, touch docs (#3436) 2021-05-23 16:29:01 +02:00
qrcodegen.md Fix bit, bthci, can, encoder, eth, i2s docs (#3432) 2021-05-19 21:02:49 +02:00
rmt.md First attempt at adding support for the RMT device. (#3493) 2022-03-05 17:27:11 -05:00
rtcmem.md Ported the rtcmem over to ESP32 (#3544) 2022-09-29 21:37:34 -04:00
sdmmc.md Initial migration to IDFv5.0 2024-01-30 11:34:03 +11:00
sigma-delta.md Fix bit, bthci, can, encoder, eth, i2s docs (#3432) 2021-05-19 21:02:49 +02:00
sjson.md Fix ledc, otaupgrade, pulsecnt, sdmmc, sjson, touch docs (#3436) 2021-05-23 16:29:01 +02:00
sodium.md Make sodium.random API behave consistently on all build types 2022-12-19 18:53:04 +11:00
spi.md Give the SPI module a chance of working... (#3496) 2022-01-27 07:02:56 +01:00
struct.md Fix source reference 2019-01-16 23:31:18 +01:00
time.md Fix bit, bthci, can, encoder, eth, i2s docs (#3432) 2021-05-19 21:02:49 +02:00
tmr.md Implement tmr.wdclr() 2021-10-22 12:38:07 +11:00
touch.md Fix ledc, otaupgrade, pulsecnt, sdmmc, sjson, touch docs (#3436) 2021-05-23 16:29:01 +02:00
u8g2.md update to u8g2 2.25.10 2019-04-28 22:26:37 +02:00
uart.md Add uart.txflush() (#3390) 2021-02-14 08:43:20 +01:00
ucg.md Re-organize documentation 2019-01-13 21:30:28 +01:00
wifi.md Prefer Lua booleans over 1/nil or 1/0 2023-02-09 15:52:38 +11:00
ws2812.md Re-organize documentation 2019-01-13 21:30:28 +01:00