esp-idf/components/driver
2023-11-02 10:09:04 +08:00
..
analog_comparator feat(ana_cmpr): supported etm in analog comparator example 2023-09-25 19:57:34 +08:00
dac refactor(apll): move the apll soc caps to clk_tree_ll 2023-09-28 15:03:27 +08:00
deprecated refactor(i2s): stop to output mclk after uninstalled on esp32 2023-10-20 14:55:10 +08:00
gpio feat(gpio): add a dump API to dump IO configurations 2023-10-12 17:34:20 +08:00
gptimer feat(rmt): add driver support for esp32p4 2023-09-19 12:54:14 +08:00
i2c refactor(i2c): Add reset and clock control to i2c ll layer 2023-10-27 10:50:35 +08:00
i2s fix(i2s): fix pdm rx high pass filter cut off coeff 2023-11-02 10:09:04 +08:00
include/esp_private feat(spi_slave): add p4 hp spi slave driver support 2023-10-30 12:51:56 +08:00
ledc feat(ledc): support ledc on esp32p4 2023-10-17 16:40:04 +08:00
mcpwm feat(mcpwm): support update timer period dynamically 2023-10-20 16:57:25 +08:00
parlio bugfix(driver): fix wrong DMA bus usage 2023-10-20 09:08:54 +00:00
rmt fix(rmt): a disabled channel may pick up a pending transaction 2023-10-26 12:11:07 +08:00
sdio_slave refactor(freertos): Refactor usage of portBASE_TYPE to BaseType_t 2023-07-31 17:10:34 +02:00
sdmmc change(sdmmc): replace periph_module_x with rcc 2023-10-18 11:57:55 +00:00
sigma_delta driver: minor code clean up to pass coverity scan test 2023-06-10 16:21:12 +08:00
spi feat(spi_slave): add p4 hp spi slave driver support 2023-10-30 12:51:56 +08:00
temperature_sensor fix(temperature_snesor): Put clock gate enable/disable in to sar_periph_ctrl together 2023-09-21 12:19:12 +08:00
test_apps Merge branch 'feature/esp32p4_hp_spi_slave_support' into 'master' 2023-10-31 23:31:24 +08:00
touch_sensor driver: minor code clean up to pass coverity scan test 2023-06-10 16:21:12 +08:00
twai feat(twai): support legacy twai(can) driver for esp32p4 2023-10-26 16:20:45 +08:00
uart feat(uart): spilt LP and HP uart set_baudrate function 2023-10-08 10:10:02 +08:00
usb_serial_jtag fix(usb_serial_jtag): Clean-up usb_serial_jtag lose byte fix, Closes https://github.com/espressif/esp-idf/pull/11344 2023-09-24 17:45:22 +08:00
CMakeLists.txt Merge branch 'refactor/esp_driver_pcnt' into 'master' 2023-10-27 12:37:36 +08:00
Kconfig refactor(pcnt): make pcnt driver as component 2023-10-23 01:45:43 +00:00
linker.lf refactor(pcnt): make pcnt driver as component 2023-10-23 01:45:43 +00:00
sdkconfig.rename mcpwm: rename MCPWM_ISR_IN_IRAM to MCPWM_ISR_IRAM_SAFE 2022-06-02 15:01:18 +08:00