This website requires JavaScript.
Explore
Help
Sign In
alex
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf.git
synced
2025-08-24 17:36:15 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6bfdc93593627b8fe5ea2022ba6f2531e6e99ea1
esp-idf
/
components
/
soc
/
esp32
History
Song Ruo Jing
6bfdc93593
feat(uart): add DTR and DSR signals support for UART
2025-08-05 16:45:46 +08:00
..
include
/soc
feat(uart): add DTR and DSR signals support for UART
2025-08-05 16:45:46 +08:00
ld
…
register
/soc
refactor(clk): add soc_clk_calibration_clk_src_t for all targets
2025-07-30 20:01:46 +08:00
adc_periph.c
…
dac_periph.c
…
dport_access.c
…
emac_periph.c
…
gpio_periph.c
…
i2c_periph.c
fix(i2c): only call esp_pm APIs when CONFIG_PM_ENABLE is enabled
2025-05-22 17:27:18 +08:00
i2s_periph.c
…
interrupts.c
…
lcd_periph.c
…
ledc_periph.c
…
mcpwm_periph.c
fix(mcpwm): the wrong pm lock type on esp32 and esp32s3
2025-05-08 21:25:47 +08:00
mpi_periph.c
…
pcnt_periph.c
fix(pcnt): only call esp_pm APIs when CONFIG_PM_ENABLE is enabled
2025-05-22 17:27:18 +08:00
power_supply_periph.c
…
rmt_periph.c
…
rtc_io_periph.c
…
sdio_slave_periph.c
…
sdm_periph.c
…
sdmmc_periph.c
…
spi_periph.c
…
timer_periph.c
refactor(timg): clean up soc layer meta data
2025-07-17 10:33:08 +08:00
touch_sensor_periph.c
…
twai_periph.c
fix(driver_twai): fixed c5 listenonly mode errata, add rx buffer check
2025-06-27 22:08:21 +08:00
uart_periph.c
feat(uart): add DTR and DSR signals support for UART
2025-08-05 16:45:46 +08:00
wdt_periph.c
…