esp-idf/components/ulp/lp_core
Sudeep Mohanty 6b1292284e fix(lp_i2c): Fixed a bug where the LP_I2C did not send NACK for 16-byte reads
This commit updates the LP_I2C driver used by the LP CPU wherein the
driver did not send out a NACK when we do a read of multiple of the FIFO
depth bytes. This was because the LP I2C controller was configured to
send an ACK when the Rx FIFO reaches the threshold instead of a NACK.
This commit updates the behavior.
2023-08-11 14:43:15 +00:00
..
include lp-i2c: Added support for LP I2C peripheral to LP core 2023-05-19 07:33:01 +02:00
lp_core fix(lp_i2c): Fixed a bug where LP I2C write got stuck 2023-08-11 14:43:15 +00:00
shared ulp: add support for using lp timer with lp core on C6 2023-05-10 09:39:24 +08:00
lp_core_i2c.c fix(lp_i2c): Fixed a bug where the LP_I2C did not send NACK for 16-byte reads 2023-08-11 14:43:15 +00:00
lp_core.c ulp: add support for using lp timer with lp core on C6 2023-05-10 09:39:24 +08:00