nodemcu-firmware/components/modules
Kevin Leung e38fc7ac66 Compilation fix (#2623) 2019-01-22 18:56:54 +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 Imported 'bit' module from dev branch. 2016-11-17 21:56:51 +11:00
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 fix unitialized value error in release build 2017-04-21 14:53:54 +02:00
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 update file and vfs to master 2018-11-04 00:42:08 +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 first draft implementation of i2c slave 2017-03-02 21:37:13 +01:00
i2c_common.h first draft implementation of i2c slave 2017-03-02 21:37:13 +01:00
i2c_hw_master.c refine ack handling for i2c hw master 2017-03-08 16:38:43 +01:00
i2c_hw_slave.c correct portYIELD 2017-03-02 21:37:32 +01:00
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 Compilation fix (#2623) 2019-01-22 18:56:54 +01:00
net.c fix net hold/unhold 2018-10-20 22:58:57 +02:00
node.c esp32: Add node.uptime() function using esp_timer_get_time() (#2533) 2018-11-10 14:53:10 +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 sdmmc module and enable fatfs. 2017-04-30 22:49:54 +02:00
sigma_delta.c fix sigma_delta component naming 2017-03-07 23:05:09 +01:00
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 Port i2s, spi_master, and ledc to helper functions for option tables (#2577) 2018-12-02 16:20:45 +01:00
struct.c Unbreak integer build. 2016-11-17 21:59:56 +11:00
time.c ESP32: Add time module (#2561) 2018-11-26 21:03:23 +01:00
tmr.c fix tmr.interval() 2017-03-09 23:31:02 +01:00
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 Successfully boot barebones NodeMCU on ESP32 (only). 2016-09-20 13:35:56 +10:00
wifi.c WiFi module documentation and updates. 2017-01-03 12:57:45 +11:00
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