Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(lp_i2c): Fixed a bug where LP I2C write got stuck
This commit fixes a bug where an I2C write got stuck when using the lp_core_i2c_master_write_read_device() API. This was because the LP I2C HW was not programmed with an END condition and therefore did not know the end of a transaction. Closes: espressif#11958
- Loading branch information