ULP: add functions for stopping/restarting the ulp-riscv

Closes https://github.com/espressif/esp-idf/issues/8232
This commit is contained in:
Marius Vikhammer
2022-01-19 10:57:31 +08:00
parent 6e00f10fd4
commit ff6f927b5f
11 changed files with 200 additions and 22 deletions

View File

@@ -36,6 +36,6 @@ int main (void)
break;
}
}
/* ulp_riscv_shutdown() is called automatically when main exits */
/* ulp_riscv_halt() is called automatically when main exits */
return 0;
}