esp-idf/components/driver/i2c
Cao Sen Miao 3ac6c10d11 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-04-07 15:17:48 +08:00
..
include/driver fix(i2c_master): Fix issue that initialize esp32 and using i2c_master_probe issue, 2024-04-01 10:15:47 +08:00
i2c_common.c feat(i2c_slave): Add new implementation and API for I2C slave 2023-10-24 18:44:49 +08:00
i2c_master.c fix(i2c_master): Fix issue that i2c clock got wrong after reset, 2024-04-01 10:55:39 +08:00
i2c_private.h fix(i2c_master): Fix issue that initialize esp32 and using i2c_master_probe issue, 2024-04-01 10:15:47 +08:00
i2c_slave.c fix(i2c_slave): Fix bugs on i2c slave, 2024-04-07 15:17:48 +08:00
i2c.c feat(i2c): Add new API and implementation for I2C driver 2023-08-10 11:55:54 +08:00
linker.lf feat(i2c): Add new API and implementation for I2C driver 2023-08-10 11:55:54 +08:00