mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-05 16:50:18 +01:00
Coredump: add a test to check that coredump supports stacks in SPIRAM
This commit is contained in:
@@ -91,7 +91,8 @@ menu "Core dump"
|
||||
depends on ESP_COREDUMP_ENABLE
|
||||
range 0 4096 if !ESP_COREDUMP_USE_STACK_SIZE
|
||||
range 1280 4096 if ESP_COREDUMP_USE_STACK_SIZE
|
||||
default 0
|
||||
default 0 if !ESP_COREDUMP_USE_STACK_SIZE
|
||||
default 1280 if ESP_COREDUMP_USE_STACK_SIZE
|
||||
help
|
||||
Size of the memory to be reserved for core dump stack. If 0 core dump process will run on
|
||||
the stack of crashed task/ISR, otherwise special stack will be allocated.
|
||||
|
||||
Reference in New Issue
Block a user