esp-idf/components/ulp
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
..
cmake lp-core-uart: Added support for printf to the LP core 2023-06-21 11:16:13 +02:00
ld ulp: add support for using lp timer with lp core on C6 2023-05-06 14:13:14 +08:00
lp_core 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
test_apps Merge branch 'bugfix/ulp_fsm_ci' into 'master' 2023-06-06 10:29:31 +08:00
ulp_common refactor(adc): maintain s_adc_tsen_enabled in adc driver 2023-07-06 17:28:49 +08:00
ulp_fsm fix ULP FSM reg ops with addr > 0xFF 2023-06-12 18:59:25 +10:00
ulp_riscv ulp-riscv-touch: Added support for the touch sensor on ULP RISC-V 2023-06-09 08:41:34 +02:00
.build-test-rules.yml ulp: added sleep support for lp core 2023-04-25 11:51:35 +08:00
CMakeLists.txt lp-core-uart: Added LP UART support for LP core 2023-06-21 11:16:13 +02:00
component_ulp_common.cmake ulp: added basic support for building and running a binary in the lp core 2023-03-09 10:12:23 +08:00
esp32ulp_mapgen.py ulp: esp32ulp_mapgen: remove the special case for RISC-V, cleanup 2022-08-30 02:34:28 +02:00
Kconfig Merge branch 'feature/c6_ulp_timer' into 'master' 2023-05-10 03:06:35 +08:00
project_include.cmake ulp: added basic support for building and running a binary in the lp core 2023-03-09 10:12:23 +08:00
sdkconfig.rename.esp32 soc: moved kconfig options out of the target component. 2022-04-21 12:09:43 +08:00
sdkconfig.rename.esp32s2 soc: moved kconfig options out of the target component. 2022-04-21 12:09:43 +08:00