esp-idf/components/driver
2024-02-19 15:02:30 +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 fix(adc): fix adc continuous get less results beacuse do not reset apb clk(legacy) 2024-02-19 15:02:30 +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 Merge branch 'change/add_scl_check_v5.2' into 'release/v5.2' 2023-12-26 10:34:00 +08:00
i2s fix(i2s): fix pdm rx high pass filter cut off coeff 2023-11-02 10:10:14 +08:00
include/esp_private bugfix(driver): fix wrong DMA bus usage 2023-10-20 09:08:54 +00:00
ledc feat(ledc): support ledc on esp32p4 2023-10-17 16:40:04 +08:00
mcpwm fix(mcpwm): reset GPIO used by generator after delete 2024-02-01 17:47:55 +08:00
parlio bugfix(driver): fix wrong DMA bus usage 2023-10-20 09:08:54 +00:00
pcnt feat(pcnt): replace periph_module func with new ll func 2023-09-20 15:06:04 +08:00
rmt Merge branch 'feature/bytes_encoder_config_update_v5.2' into 'release/v5.2' 2024-02-18 10:54:54 +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 bugfix(driver): fix wrong DMA bus usage 2023-10-20 09:08:54 +00: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 feat(rmt): added a help function for allocating encoder memory 2024-01-30 17:03:41 +08:00
touch_sensor change(xtensa): Deprecate ".../xtensa_api.h" include path 2023-12-05 18:04:52 +08:00
twai fix(twai): TWAI_GENERAL_CONFIG_DEFAULT initialize controller_id 2024-01-18 20:06:30 +08:00
uart change(uart): improved the internal logic of uart_read_bytes 2023-12-06 11:39:31 +08:00
usb_serial_jtag fix(esp_hw_support): fix lightsleep current leakage on usb-phy controlled pad 2023-11-16 17:18:43 +08:00
CMakeLists.txt feat(rmt): support calling rmt_receive in ISR callback 2023-11-08 14:32:26 +08:00
Kconfig feat(twai): support multiple twai controllers 2023-10-12 09:59:27 +08:00
linker.lf refactor(ledc): move related kconfig and linker.lf to its own folder 2023-10-02 07:32:16 +00:00
sdkconfig.rename mcpwm: rename MCPWM_ISR_IN_IRAM to MCPWM_ISR_IRAM_SAFE 2022-06-02 15:01:18 +08:00