nodemcu-firmware/components/modules
h2zero c75ec760aa Fix node.compile fwrite size check.
The return value from fwrite was being checked against the size of the data rather than the number of bytes written.
This caused node.compile() to falsely return failure.
2022-06-04 15:55:00 +10:00
..
.gitignore
CMakeLists.txt First attempt at adding support for the RMT device. (#3493) 2022-03-05 17:27:11 -05:00
Kconfig First attempt at adding support for the RMT device. (#3493) 2022-03-05 17:27:11 -05:00
adc.c
bit.c Make bit module handle 32/64bit integer configs. 2021-08-25 18:58:53 +10:00
bthci.c
can.c
common.c
common.h
crypto.c Fixup LROT_MASKs for all modules. 2021-09-16 17:53:35 +10:00
dac.c
dht.c
encoder.c
eromfs.c IDF web server module (#3502) 2022-03-05 13:51:54 +11:00
eromfs.py IDF web server module (#3502) 2022-03-05 13:51:54 +11:00
eth.c Support interface-specific hostname on ethernet interface. (#3487) 2022-01-02 13:31:58 +11:00
file.c Fix file listing on submounts. 2021-11-13 12:26:49 +11:00
gpio.c
heaptrace.c Added heaptrace module. 2021-09-16 13:54:55 +10:00
http.c Add http.put (#3462) 2021-10-05 13:33:27 +11:00
httpd.c IDF web server module (#3502) 2022-03-05 13:51:54 +11:00
i2c.c
i2c_common.h
i2c_hw_master.c
i2c_hw_slave.c
i2s.c
ledc.c Add the invert option for the ledc module (#3506) 2022-05-20 07:36:36 +02:00
mqtt.c Fixup LROT_MASKs for all modules. 2021-09-16 17:53:35 +10:00
net.c Fixup LROT_MASKs for all modules. 2021-09-16 17:53:35 +10:00
node.c Fix node.compile fwrite size check. 2022-06-04 15:55:00 +10:00
otaupgrade.c
ow.c
pipe.c
pulsecnt.c Update to the released version of idf4.4 (#3498) 2022-01-25 20:54:17 -05:00
qrcodegen.c
rmt.c First attempt at adding support for the RMT device. (#3493) 2022-03-05 17:27:11 -05:00
sdmmc.c Switch to IDF-provided VFS and standard `io` module. 2021-10-20 21:49:11 +11:00
sigma_delta.c
sjson.c Fix broken sjson module init. 2021-11-04 20:55:08 +11:00
sodium.c
spi.c
spi_common.h
spi_master.c Give the SPI module a chance of working... (#3496) 2022-01-27 07:02:56 +01:00
struct.c
time.c
tmr.c Implement tmr.wdclr() 2021-10-22 12:38:07 +11:00
touch.c Fixup LROT_MASKs for all modules. 2021-09-16 17:53:35 +10:00
u8g2.c Fixup LROT_MASKs for all modules. 2021-09-16 17:53:35 +10:00
uart.c
ucg.c Fixup LROT_MASKs for all modules. 2021-09-16 17:53:35 +10:00
uppercase.mk
wifi.c
wifi_ap.c
wifi_common.c
wifi_common.h
wifi_sta.c
ws2812.c Fixup LROT_MASKs for all modules. 2021-09-16 17:53:35 +10:00