esp-idf/components/hal/esp32c6/include
Sudeep Mohanty 00955f7e59 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-08 06:35:15 +00:00
..
hal fix(lp_i2c): Fixed a bug where the LP_I2C did not send NACK for 16-byte reads 2023-08-08 06:35:15 +00:00