.. |
.gitignore
|
Add support for external modules (#3100)
|
2020-07-27 19:08:19 +02:00 |
CMakeLists.txt
|
Merge remote-tracking branch 'origin/dev-esp32-idf4' into ble
|
2021-10-21 01:35:10 +00:00 |
Kconfig
|
Ensure that BT and STRUCT are enabled. Can't figure out how to enforce NIMBLE
|
2021-10-17 16:59:18 +00:00 |
adc.c
|
Port Terry's Lua 5.1 + 5.3 work from the esp8266 branch.
|
2021-08-22 02:03:05 +10:00 |
bit.c
|
Make bit module handle 32/64bit integer configs.
|
2021-08-25 18:58:53 +10:00 |
ble.c
|
Prevent ble.shutdown() as it corrupts something...
|
2021-11-05 23:50:48 +00:00 |
bthci.c
|
Swap to luaL_pcallx for C module callbacks.
|
2021-08-24 00:11:31 +10:00 |
can.c
|
Swap to luaL_pcallx for C module callbacks.
|
2021-08-24 00:11:31 +10: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 Terry's Lua 5.1 + 5.3 work from the esp8266 branch.
|
2021-08-22 02:03:05 +10:00 |
crypto.c
|
Fixup LROT_MASKs for all modules.
|
2021-09-16 17:53:35 +10:00 |
dac.c
|
Rework modules handling to support ESP32-S2/S3 too.
|
2021-08-22 21:25:24 +10:00 |
dht.c
|
Port Terry's Lua 5.1 + 5.3 work from the esp8266 branch.
|
2021-08-22 02:03:05 +10:00 |
encoder.c
|
Port Terry's Lua 5.1 + 5.3 work from the esp8266 branch.
|
2021-08-22 02:03:05 +10:00 |
eth.c
|
Add eth.set_ip() functionality.
|
2021-09-09 19:07:51 +10:00 |
file.c
|
Use the hardware random number generator
|
2021-10-21 01:32:46 +00:00 |
gpio.c
|
Swap to luaL_pcallx for C module callbacks.
|
2021-08-24 00:11:31 +10:00 |
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 |
i2c.c
|
Port Terry's Lua 5.1 + 5.3 work from the esp8266 branch.
|
2021-08-22 02:03:05 +10:00 |
i2c_common.h
|
Port Terry's Lua 5.1 + 5.3 work from the esp8266 branch.
|
2021-08-22 02:03:05 +10:00 |
i2c_hw_master.c
|
Swap to luaL_pcallx for C module callbacks.
|
2021-08-24 00:11:31 +10:00 |
i2c_hw_slave.c
|
Swap to luaL_pcallx for C module callbacks.
|
2021-08-24 00:11:31 +10:00 |
i2s.c
|
Swap to luaL_pcallx for C module callbacks.
|
2021-08-24 00:11:31 +10:00 |
ledc.c
|
Now actually gets started
|
2021-10-19 00:54:01 +00: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
|
Switch to IDF-provided VFS and standard `io` module.
|
2021-10-20 21:49:11 +11:00 |
otaupgrade.c
|
Port Terry's Lua 5.1 + 5.3 work from the esp8266 branch.
|
2021-08-22 02:03:05 +10:00 |
ow.c
|
Port Terry's Lua 5.1 + 5.3 work from the esp8266 branch.
|
2021-08-22 02:03:05 +10:00 |
pipe.c
|
Port Terry's Lua 5.1 + 5.3 work from the esp8266 branch.
|
2021-08-22 02:03:05 +10:00 |
pulsecnt.c
|
Fixup LROT_MASKs for all modules.
|
2021-09-16 17:53:35 +10:00 |
qrcodegen.c
|
Port Terry's Lua 5.1 + 5.3 work from the esp8266 branch.
|
2021-08-22 02:03:05 +10:00 |
sdmmc.c
|
Switch to IDF-provided VFS and standard `io` module.
|
2021-10-20 21:49:11 +11:00 |
sigma_delta.c
|
Port Terry's Lua 5.1 + 5.3 work from the esp8266 branch.
|
2021-08-22 02:03:05 +10:00 |
sjson.c
|
Swap to luaL_pcallx for C module callbacks.
|
2021-08-24 00:11:31 +10:00 |
sodium.c
|
Port Terry's Lua 5.1 + 5.3 work from the esp8266 branch.
|
2021-08-22 02:03:05 +10:00 |
spi.c
|
Port Terry's Lua 5.1 + 5.3 work from the esp8266 branch.
|
2021-08-22 02:03:05 +10:00 |
spi_common.h
|
Add u8g2 module.
|
2017-06-13 18:38:09 +02:00 |
spi_master.c
|
Fixup LROT_MASKs for all modules.
|
2021-09-16 17:53:35 +10:00 |
struct.c
|
Port Terry's Lua 5.1 + 5.3 work from the esp8266 branch.
|
2021-08-22 02:03:05 +10:00 |
time.c
|
Port Terry's Lua 5.1 + 5.3 work from the esp8266 branch.
|
2021-08-22 02:03:05 +10:00 |
tmr.c
|
Switch to IDF-provided VFS and standard `io` module.
|
2021-10-20 21:49:11 +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
|
Swap to luaL_pcallx for C module callbacks.
|
2021-08-24 00:11:31 +10:00 |
ucg.c
|
Fixup LROT_MASKs for all modules.
|
2021-09-16 17:53:35 +10:00 |
uppercase.mk
|
Successfully boot barebones NodeMCU on ESP32 (only).
|
2016-09-20 13:35:56 +10:00 |
wifi.c
|
Port Terry's Lua 5.1 + 5.3 work from the esp8266 branch.
|
2021-08-22 02:03:05 +10:00 |
wifi_ap.c
|
Swap to luaL_pcallx for C module callbacks.
|
2021-08-24 00:11:31 +10:00 |
wifi_common.c
|
Port Terry's Lua 5.1 + 5.3 work from the esp8266 branch.
|
2021-08-22 02:03:05 +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
|
Swap to luaL_pcallx for C module callbacks.
|
2021-08-24 00:11:31 +10:00 |
ws2812.c
|
Fixup LROT_MASKs for all modules.
|
2021-09-16 17:53:35 +10:00 |