esp-idf/components/ulp
Sudeep Mohanty 96b152a01f 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
2023-01-02 14:24:16 +01:00
..
cmake tools: update esp32ulp-elf to v2.35_20220830 2022-09-15 23:41:56 +04:00
include CI: check_public_headers script will detect the use of static asserts in headers 2022-12-06 19:28:51 +08:00
ld ulp-riscv: add support for using ADC as well as an example show-casing it. 2022-08-09 09:21:15 +08:00
test ulp: Added support for ULP FSM on esp32s3 and fixed bugs for esp32s2 2022-06-29 11:57:02 +08:00
ulp_riscv ulp-riscv: ULP RISC-V I2C example gets stuck on esp32s2 2023-01-02 14:24:16 +01:00
CMakeLists.txt ulp-riscv: add support for using ADC as well as an example show-casing it. 2022-08-09 09:21:15 +08:00
Makefile.projbuild ulp: Added support for ULP FSM on esp32s3 and fixed bugs for esp32s2 2022-06-29 11:57:02 +08:00
component.mk ulp-riscv: add support for using ADC as well as an example show-casing it. 2022-08-09 09:21:15 +08:00
component_ulp_common.cmake
component_ulp_common.mk tools: update esp32ulp-elf to v2.35_20220830 2022-09-15 23:41:56 +04:00
esp32ulp_mapgen.py Drop support for unsupported Python versions 2021-06-21 21:48:49 +02:00
project_include.cmake ulp-riscv: add support for using ADC as well as an example show-casing it. 2022-08-09 09:21:15 +08:00
toolchain_ulp_version.mk tools: update esp32ulp-elf to v2.35_20220830 2022-09-15 23:41:56 +04:00
ulp.c ulp: Added support for ULP FSM on esp32s3 and fixed bugs for esp32s2 2022-06-29 11:57:02 +08:00
ulp_macro.c ulp: Added support for ULP FSM on esp32s3 and fixed bugs for esp32s2 2022-06-29 11:57:02 +08:00
ulp_private.h
ulp_riscv.c ulp-riscv: ULP RISC-V I2C example gets stuck on esp32s2 2023-01-02 14:24:16 +01:00
ulp_riscv_adc.c ulp-riscv: add support for using ADC as well as an example show-casing it. 2022-08-09 09:21:15 +08:00