mirror of
https://github.com/espressif/esp-idf.git
synced 2026-01-09 10:47:29 +00:00
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: https://github.com/espressif/esp-idf/issues/11958