mirror of
https://github.com/espressif/esp-idf
synced 2025-04-12 01:30:11 -04:00
- 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
9 lines
324 B
Plaintext
9 lines
324 B
Plaintext
# Test configuration for a release build of FreeRTOS. Tested on all targets
|
|
|
|
CONFIG_COMPILER_OPTIMIZATION_SIZE=y
|
|
CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE=y
|
|
CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT=y
|
|
|
|
# Test if disabled hardware stack guard works as expected (enabled by default)
|
|
CONFIG_ESP_SYSTEM_HW_STACK_GUARD=n
|