nodemcu-firmware/components/modules
Javier Peletier d1eab2396c ESP32: remove use of luaM_free in file module (#2631)
* file: remove use of luaM_free

* added safe pushlstring function
2019-02-20 23:26:39 +01:00
..
Kconfig ESP32 crypto module (#2607) 2019-01-18 12:55:26 +01:00
adc.c ADC extension for ESP32 (#1927) 2017-04-24 21:36:01 +02:00
bit.c
bthci.c Updated ESP-IDF to latest. 2018-10-07 12:33:40 +02:00
can.c ESP32: CAN module (#1958) 2017-05-07 09:35:17 +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
component.mk Add ucg module. 2018-10-07 16:31:28 +02:00
crypto.c ESP32 crypto module (#2607) 2019-01-18 12:55:26 +01:00
dac.c add dac module 2018-10-14 12:29:30 +02:00
dht.c
encoder.c ESP32: fix memory leak in encoder.fromHex and avoid use luaM_free (#2610) 2019-01-17 12:09:09 +01:00
file.c ESP32: remove use of luaM_free in file module (#2631) 2019-02-20 23:26:39 +01:00
gpio.c Fix gpio pin mask generation and clarify available gpios. (#1965) 2017-05-12 11:10:44 +10:00
http.c fix memory leak in http one-shot requests (#2615) 2019-01-16 21:22:07 +01:00
i2c.c
i2c_common.h
i2c_hw_master.c
i2c_hw_slave.c
i2s.c Port i2s, spi_master, and ledc to helper functions for option tables (#2577) 2018-12-02 16:20:45 +01:00
ledc.c Port i2s, spi_master, and ledc to helper functions for option tables (#2577) 2018-12-02 16:20:45 +01:00
mqtt.c mqtt: add ceritificate handling to support server verification and mutual authentication (#2657) 2019-02-12 23:10:25 +01:00
net.c fix net hold/unhold 2018-10-20 22:58:57 +02:00
node.c node: node.output() (#2637) 2019-01-31 22:03:41 +01:00
ow.c Add ow module. 2017-03-17 07:50:31 +01:00
qrcodegen.c Adding qrcodegen module for generating QR Codes (#2543) 2018-11-15 22:17:43 +01:00
sdmmc.c add support for sdmmc cards in sd-spi mode (#2644) 2019-02-10 10:11:13 +01:00
sigma_delta.c
sjson.c ESP32: Add SJSON module (#2562) 2018-11-22 20:58:27 +01:00
sodium.c ESP32: Add Sodium module (#2550) 2018-11-15 18:04:00 +01:00
spi.c Add spi master. 2017-05-14 18:00:40 +02:00
spi_common.h Add u8g2 module. 2017-06-13 18:38:09 +02:00
spi_master.c add support for sdmmc cards in sd-spi mode (#2644) 2019-02-10 10:11:13 +01:00
struct.c
time.c ESP32: Add time module (#2561) 2018-11-26 21:03:23 +01:00
tmr.c
u8g2.c align source from esp8266 port 2017-12-18 22:06:47 +01:00
ucg.c Add ucg module. 2018-10-07 16:31:28 +02:00
uppercase.mk
wifi.c
wifi_ap.c Added functions wifi.sta.getmac() and wifi.ap.getmac() 2017-06-30 23:55:43 +02: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 set auto_connect before station configuration 2018-04-04 09:09:41 +02:00
ws2812.c fix ws2812 doc 2017-04-27 22:42:10 +02:00