esp-idf/components/ulp/lp_core
Sudeep Mohanty 5b46ef3cdd 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: https://github.com/espressif/esp-idf/issues/11958
2023-08-08 06:35:15 +00:00
..
include lp-core-uart: Added LP UART support for LP core 2023-06-21 11:16:13 +02:00
lp_core fix(lp_i2c): Fixed a bug where LP I2C write got stuck 2023-08-08 06:35:15 +00:00
shared ulp: add support for using lp timer with lp core on C6 2023-05-06 14:13:14 +08:00
lp_core_i2c.c fix(lp_i2c): Fixed incorrect clock setting for LP_I2C 2023-08-08 06:35:15 +00:00
lp_core_uart.c lp-core-uart: Added LP UART support for LP core 2023-06-21 11:16:13 +02:00
lp_core.c ulp: add support for using lp timer with lp core on C6 2023-05-06 14:13:14 +08:00