esp-idf/components/esp_driver_i2c/test_apps/i2c_test_apps/main
Cao Sen Miao c0e5f2b73a fix(i2c_master): Fix issue that i2c clock got wrong after reset,
Closes https://github.com/espressif/esp-idf/issues/13397
2024-03-21 13:13:53 +08:00
..
CMakeLists.txt feat(i2c): Add test cases for i2c sleep retention with 802154 2024-02-23 11:28:17 +08:00
test_app_main.c fix(i2c): Modify the test memory leak check threshold and add more file pattern 2024-02-27 17:30:59 +08:00
test_board.h refactor(i2c): Make i2c driver as a seperate component 2023-12-14 15:39:35 +08:00
test_i2c_10bit.c refactor(i2c): Make i2c driver as a seperate component 2023-12-14 15:39:35 +08:00
test_i2c_broadcast.c refactor(i2c): Make i2c driver as a seperate component 2023-12-14 15:39:35 +08:00
test_i2c_common.c fix(i2c_master): Fix issue that initialize esp32 and using i2c_master_probe issue, 2024-03-19 11:07:13 +08:00
test_i2c_iram.c refactor(i2c): Make i2c driver as a seperate component 2023-12-14 15:39:35 +08:00
test_i2c_multi.c fix(i2c_master): Fix issue that i2c clock got wrong after reset, 2024-03-21 13:13:53 +08:00
test_i2c_ram.c refactor(i2c): Make i2c driver as a seperate component 2023-12-14 15:39:35 +08:00
test_i2c_sleep_retention.c feat(i2c): Add test cases for i2c sleep retention with 802154 2024-02-23 11:28:17 +08:00