esp-idf/components/driver
morris f2fd239471 Merge branch 'bugfix/i2c_slave_bugs_v5.2' into 'release/v5.2'
fix(i2c_slave): Fix multiple issues on i2c slave (backport v5.2)

See merge request espressif/esp-idf!30073
2024-04-07 18:38:06 +08:00
..
analog_comparator feat(ana_cmpr): supported etm in analog comparator example 2023-09-25 19:57:34 +08:00
dac fix(tsens): 300us delay in phy cause extra power consumption 2024-02-21 11:58:30 +08:00
deprecated fix(tsens,adc): Fix issue that disable adc will make temperature sensor crash, 2024-02-21 11:58:26 +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 'bugfix/i2c_slave_bugs_v5.2' into 'release/v5.2' 2024-04-07 18:38:06 +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 feat(parlio_tx): support non-blocking transaction queue 2024-03-19 12:06:44 +08: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(tsens): 300us delay in phy cause extra power consumption 2024-02-21 11:58:30 +08:00
test_apps fix(i2c_slave): Fix bugs on i2c slave, 2024-04-07 15:17:48 +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(usb_serial_jtag): Fix issue that buffer seems not flush when TX buffer is full and flush slow, 2024-04-03 17:06:53 +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