esp-idf/components/esp_driver_i2c
2024-03-21 13:13:53 +08:00
..
include/driver fix(i2c_master): Fix issue that initialize esp32 and using i2c_master_probe issue, 2024-03-19 11:07:13 +08:00
test_apps fix(i2c_master): Fix issue that i2c clock got wrong after reset, 2024-03-21 13:13:53 +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_master): Fix issue that i2c clock got wrong after reset, 2024-03-21 13:13:53 +08:00
i2c_private.h fix(i2c_master): Fix issue that initialize esp32 and using i2c_master_probe issue, 2024-03-19 11:07:13 +08:00
i2c_slave.c fix(i2c_slave): Fixed the isr_flags not really parse to the intr_allocate, 2024-03-15 14:40:55 +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