esp-idf/components/driver/test_apps/i2c_test_apps/main
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
..
CMakeLists.txt feat(i2c_test): Add multi board test for I2C master and I2C slave 2023-10-24 18:46:27 +08:00
test_app_main.c feat(i2c): Add new API and implementation for I2C driver 2023-08-10 11:55:54 +08:00
test_board.h feat(i2c_test): Add multi board test for I2C master and I2C slave 2023-10-24 18:46:27 +08:00
test_i2c_10bit.c feat(i2c_test): Add multi board test for I2C master and I2C slave 2023-10-24 18:46:27 +08:00
test_i2c_broadcast.c feat(i2c_test): Add multi board test for I2C master and I2C slave 2023-10-24 18:46:27 +08:00
test_i2c_common.c fix(i2c_master): Fix issue that initialize esp32 and using i2c_master_probe issue, 2024-04-01 10:15:47 +08:00
test_i2c_iram.c feat(i2c_test): Add multi board test for I2C master and I2C slave 2023-10-24 18:46:27 +08:00
test_i2c_multi.c fix(i2c_slave): Fix bugs on i2c slave, 2024-04-07 15:17:48 +08:00
test_i2c_ram.c feat(i2c_test): Add multi board test for I2C master and I2C slave 2023-10-24 18:46:27 +08:00