mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-23 03:39:33 +00:00
ULP: add functions for stopping/restarting the ulp-riscv
Closes https://github.com/espressif/esp-idf/issues/8232
This commit is contained in:
@@ -18,6 +18,6 @@ __start:
|
||||
la sp, __stack_top
|
||||
call ulp_riscv_rescue_from_monitor
|
||||
call main
|
||||
call ulp_riscv_shutdown
|
||||
call ulp_riscv_halt
|
||||
loop:
|
||||
j loop
|
||||
|
||||
Reference in New Issue
Block a user