esp-idf/components/ulp
Sudeep Mohanty 099f648686 ulp-riscv: ULP RISC-V I2C example gets stuck on esp32s2
This commit fixes an issue where in the ULP RISC-V I2C example causes
a spurious wakeup of the main CPU because of a Trap signal when the ULP
core does not meet the wakeup threshold values. This was due to the fact
that the RTC_CNTL_COCPU_DONE signal was being set before the
RTC_CNTL_COCPU_SHUT_RESET_EN signal which was causing the the ULP RISC-V
core to not reset properly on each cycle.

Closes https://github.com/espressif/esp-idf/issues/10301
2022-12-27 07:44:26 +00:00
..
cmake tools: cmake: check tool supported version with idf_tools.py 2022-10-03 19:01:32 +04:00
ld ulp: Added support for RTC I2C driver for ULP RISC-V on esp32s2 and esp32s3 2022-09-05 10:21:43 +02:00
test_apps all: Replaces memset/memcpy with hal_mem.. funcs where were used -Wstringop-overread, -Wstringop-overflow, -Warray-bounds 2022-11-30 19:22:41 +08:00
ulp_common ulp-fsm: Update ulp-fsm ADC example with S3 support 2022-09-07 16:48:06 +08:00
ulp_fsm ulp: remove ESP32 ULP TSENS references 2022-07-05 17:37:13 +08:00
ulp_riscv ulp-riscv: ULP RISC-V I2C example gets stuck on esp32s2 2022-12-27 07:44:26 +00:00
.build-test-rules.yml ci: Modify build-test-rules.yml enable' to disable` to exclude preview targets 2022-09-01 12:38:00 +08:00
CMakeLists.txt ulp-fsm: Update ulp-fsm ADC example with S3 support 2022-09-07 16:48:06 +08:00
component_ulp_common.cmake ulp: use quotes when specifying files for embedding ulp binaries 2020-02-18 00:12:56 +00:00
esp32ulp_mapgen.py ulp: esp32ulp_mapgen: remove the special case for RISC-V, cleanup 2022-08-30 02:34:28 +02:00
Kconfig Add ULP-RISCV print and bitbanged UART tx API 2022-07-29 12:18:01 +08:00
project_include.cmake ulp-riscv: add support for using ADC as well as an example show-casing it. 2022-07-11 09:31:22 +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