esp-idf/components/esp_system/port
Alexey Lapshin 4df3ff619e feat(esp_system): implement hw stack guard for riscv chips
- add hardware stack guard based on assist-debug module
- enable hardware stack guard by default
- disable hardware stack guard for freertos ci.release test
- refactor rtos_int_enter/rtos_int_exit to change SP register inside them
- fix panic_reason.h header for RISC-V
- update docs to include information about the new feature
2023-07-01 16:27:40 +00:00
..
arch feat(esp_system): implement hw stack guard for riscv chips 2023-07-01 16:27:40 +00:00
include feat(esp_system): implement hw stack guard for riscv chips 2023-07-01 16:27:40 +00:00
soc feat(esp_system): implement hw stack guard for riscv chips 2023-07-01 16:27:40 +00:00
CMakeLists.txt
brownout.c
cpu_start.c Merge branch 'bringup/esp32h2_light_sleep_for_rebase' into 'master' 2023-06-28 10:37:18 +08:00
esp_system_chip.c System: remove digital-system reset within OS restart when Memprot on 2023-06-26 20:22:59 +02:00
esp_system_linux.c
panic_handler.c System: remove digital-system reset within OS restart when Memprot on 2023-06-26 20:22:59 +02:00
usb_console.c