esp-idf/components/esp_driver_i2c
Cao Sen Miao 7b731cae39 fix(i2c_slave): Fix bugs on i2c slave,
1. Fixed read data number smaller than master has sent it will fail
2. Disable interrupt when destroy bus
Closes https://github.com/espressif/esp-idf/issues/13354
2024-03-15 14:40:52 +08:00
..
include/driver fix(i2c): Fix I2C synchronous transaction cost so much CPU source, 2024-03-07 17:51:23 +08:00
test_apps fix(i2c_slave): Fix bugs on i2c slave, 2024-03-15 14:40:52 +08:00
CMakeLists.txt refactor(i2c): Make i2c driver as a seperate component 2023-12-14 15:39:35 +08:00
i2c_common.c feat(i2c): Add I2C support on ESP32C5 2024-02-29 12:13:39 +08:00
i2c_master.c fix(i2c): Fix I2C synchronous transaction cost so much CPU source, 2024-03-07 17:51:23 +08:00
i2c_private.h fix(i2c): Fix I2C synchronous transaction cost so much CPU source, 2024-03-07 17:51:23 +08:00
i2c_slave.c fix(i2c_slave): Fix bugs on i2c slave, 2024-03-15 14:40:52 +08:00
Kconfig refactor(i2c): Make i2c driver as a seperate component 2023-12-14 15:39:35 +08:00
linker.lf refactor(i2c): Make i2c driver as a seperate component 2023-12-14 15:39:35 +08:00