forked from espressif/esp-idf
Merge branch 'feature/coredump_separate_stack_xtensa' into 'master'
espcoredump: allow reserving dedicated stack size for Xtensa architecture See merge request espressif/esp-idf!18041
This commit is contained in:
@@ -82,9 +82,6 @@ menu "Core dump"
|
|||||||
config ESP_COREDUMP_STACK_SIZE
|
config ESP_COREDUMP_STACK_SIZE
|
||||||
int "Reserved stack size"
|
int "Reserved stack size"
|
||||||
depends on ESP_COREDUMP_ENABLE
|
depends on ESP_COREDUMP_ENABLE
|
||||||
# Temporarily disable this feature on Xtensa boards as switching stack
|
|
||||||
# pointer triggers an exception (IDF-2797)
|
|
||||||
depends on IDF_TARGET_ARCH_RISCV
|
|
||||||
default 0
|
default 0
|
||||||
help
|
help
|
||||||
Size of the memory to be reserved for core dump stack. If 0 core dump process will run on
|
Size of the memory to be reserved for core dump stack. If 0 core dump process will run on
|
||||||
|
Reference in New Issue
Block a user