esp-idf/components/ulp/ulp_riscv
Sudeep Mohanty 3cc399f399 ulp-riscv: Added API ulp_riscv_reset to reset the ULP core
This commit adds a new API ulp_reisv_reset() to enable reseting of the
ULP core from the main core. This is particularly necessary in case the
ULP crashes due to any reason. Earlier the only way to recover the ULP
was to do a power reset. This commit also adds new test cases which
exercise this scenario.
2023-02-08 07:52:34 +00:00
..
include ulp-riscv: Added API ulp_riscv_reset to reset the ULP core 2023-02-08 07:52:34 +00:00
shared/include ulp-riscv: added lock API to provide mutual exclusion when sharing variables between the main CPU and the ULP. 2022-08-05 18:16:31 +08:00
ulp_core ulp-riscv: ULP RISC-V I2C example gets stuck on esp32s2 2022-12-27 07:44:26 +00:00
ulp_riscv_i2c.c ulp risc-v rtc i2c: Fix a bug where RTC I2C failed to initialize after esp_restart() 2023-01-02 15:44:03 +01:00
ulp_riscv_lock.c ulp-riscv: added lock API to provide mutual exclusion when sharing variables between the main CPU and the ULP. 2022-08-05 18:16:31 +08:00
ulp_riscv.c ulp-riscv: Added API ulp_riscv_reset to reset the ULP core 2023-02-08 07:52:34 +00:00