forked from espressif/esp-idf
espcoredump: allow reserving dedicated stack size for Xtensa architecture
Core issue with SET_STACK was fixed with e543e97c7b
Related: IDF-2797
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