morris
|
c0289ee6eb
|
fix(drivers): fix typos found by codespell
codespell components/esp_driver*
|
2024-03-28 10:01:27 +08:00 |
|
Cao Sen Miao
|
ede1df51b0
|
feat(i2c_master): Add parameter to config I2C scl await time
|
2024-03-27 10:35:11 +08:00 |
|
Cao Sen Miao
|
016877b7ce
|
fix(i2c_master): Fix issue that initialize esp32 and using i2c_master_probe issue,
and probe might failed.
Fixed I2C cannot return err code when nack detected
Closes https://github.com/espressif/esp-idf/issues/13213,
Closes https://github.com/espressif/esp-idf/issues/12929,
Closes https://github.com/espressif/esp-idf/issues/13398,
|
2024-03-19 11:07:13 +08:00 |
|
Cao Sen Miao
|
1517d61add
|
fix(i2c): Fix I2C synchronous transaction cost so much CPU source,
Closes https://github.com/espressif/esp-idf/issues/13137,
Closes https://github.com/espressif/esp-idf/pull/13322
|
2024-03-07 17:51:23 +08:00 |
|
Cao Sen Miao
|
85d0fdabde
|
fix(i2c_master): Fix issue that use callback may cause memory leak,
Closes https://github.com/espressif/esp-idf/issues/12878
|
2024-01-15 19:09:07 +08:00 |
|
Cao Sen Miao
|
aa10770323
|
refactor(i2c): Make i2c driver as a seperate component
|
2023-12-14 15:39:35 +08:00 |
|