esp-idf/components/esp_system/port/include
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
..
port compiler: replaced noreturn by __noreturn__ in header files 2023-05-11 16:07:45 +08:00
private/esp_private feat(esp_system): implement hw stack guard for riscv chips 2023-07-01 16:27:40 +00:00
riscv System: implement libunwind library for RISC-V backtracing 2023-05-15 11:19:03 +08:00
x86 System: implement libunwind library for RISC-V backtracing 2023-05-15 11:19:03 +08:00
esp_clk_internal.h rtc_clk: Clean up some clock related enum and macro in soc/rtc.h, replace with new ones in 2022-05-24 22:59:41 +08:00