esp-idf/components/driver
Eckhard Völlm 0257eba526 Update i2c.c
Fix issue with single bus clear counter but two I2C buses (I2C0, I2C1). The previously implemented single (static) counter would impact the second bus either if one bus has counter expiry.
Merges https://github.com/espressif/esp-idf/pull/7144
2022-08-08 02:46:13 +00:00
..
deprecated i2s_legacy_test: fix the clock test issue 2022-08-03 13:14:48 +08:00
esp32 esp_adc: new esp_adc component and adc drivers 2022-07-15 18:31:00 +08:00
esp32s2 esp_adc: new esp_adc component and adc drivers 2022-07-15 18:31:00 +08:00
esp32s3 touch_sensor: add description to distinguish the API on different target 2022-06-28 02:20:43 +00:00
gpio hal: Deprecate interrupt_controller_hal.h, cpu_hal.h and cpu_ll.h interfaces 2022-07-22 00:06:06 +08:00
i2s esp_hw_support: Remove compare_set.h API 2022-07-22 00:06:06 +08:00
include mcpwm: new driver implementation 2022-07-27 15:22:24 +08:00
mcpwm mcpwm: test iram safe interrupt 2022-08-02 23:07:06 +08:00
rmt Merge branch 'bugfix/rmt_hw_issue' into 'master' 2022-08-03 17:01:44 +08:00
test build system: re-add -Wno-format as private flag for some components 2022-08-03 16:42:47 +04:00
test_apps build system: re-add -Wno-format as private flag for some components 2022-08-03 16:42:47 +04:00
.build-test-rules.yml mcpwm: new driver implementation 2022-07-27 15:22:24 +08:00
CMakeLists.txt build system: re-add -Wno-format as private flag for some components 2022-08-03 16:42:47 +04:00
dac_common.c build: fix unused tag string 2022-01-18 10:06:08 +08:00
gptimer.c rmt: fix error in rmt register file 2022-06-10 18:38:42 +08:00
i2c.c Update i2c.c 2022-08-08 02:46:13 +00:00
Kconfig mcpwm: deprecate legacy driver 2022-07-27 15:08:58 +08:00
ledc.c esp_hw_support/sleep: fix cannot pd cpu and rc fast at the same time during light sleep 2022-07-28 11:10:58 +08:00
linker.lf sdm: added channel allocator for sigma delta module 2022-07-20 14:59:50 +08:00
pulse_cnt.c esp_hw_support: Remove compare_set.h API 2022-07-22 00:06:06 +08:00
sdio_slave.c hal: Deprecate interrupt_controller_hal.h, cpu_hal.h and cpu_ll.h interfaces 2022-07-22 00:06:06 +08:00
sdkconfig.rename mcpwm: rename MCPWM_ISR_IN_IRAM to MCPWM_ISR_IRAM_SAFE 2022-06-02 15:01:18 +08:00
sdm.c sdm: refactor example with new driver 2022-07-20 14:59:50 +08:00
sdmmc_host.c driver: remove deprecated code 2022-05-19 11:31:53 +08:00
sdmmc_private.h driver: update copyright notice 2021-05-25 17:43:57 +02:00
sdmmc_transaction.c sdmmc: Add erase command-38. Support erase/trim/discard/sanitize 2022-03-05 16:02:01 +05:30
sdspi_crc.c driver: update copyright notice 2021-05-25 17:43:57 +02:00
sdspi_crc.h driver: update copyright notice 2021-05-25 17:43:57 +02:00
sdspi_host.c remove: sdspi_host deprecated api 2022-06-12 20:07:27 +00:00
sdspi_private.h driver: sdspi: add support for R1b response 2022-05-30 15:39:01 +02:00
sdspi_transaction.c driver: sdspi: add support for R1b response 2022-05-30 15:39:01 +02:00
spi_bus_lock.c spi: move spi_common_internal to esp_private 2022-06-24 19:12:13 +08:00
spi_common.c spi: move spi_common_internal to esp_private 2022-06-24 19:12:13 +08:00
spi_master.c spi: move spi_common_internal to esp_private 2022-06-24 19:12:13 +08:00
spi_slave_hd.c esp_hw_support: Remove compare_set.h API 2022-07-22 00:06:06 +08:00
spi_slave.c spi: move spi_common_internal to esp_private 2022-06-24 19:12:13 +08:00
temperature_sensor.c Add regi2c enable/disable reference count 2022-06-23 15:36:44 +08:00
touch_sensor_common.c hw_support: move rtc_ctrl from driver to hw_support 2022-04-29 14:28:09 +08:00
twai.c esp_hw_support: Remove compare_set.h API 2022-07-22 00:06:06 +08:00
uart.c uart: Add a new API to get the free space size of tx buffer 2022-07-05 18:39:22 +08:00
usb_serial_jtag.c freertos: Remove legacy data types 2022-02-09 23:05:45 +08:00