mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
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:
parent
b617ccfb4c
commit
51bbee2e19
@ -82,9 +82,6 @@ menu "Core dump"
|
||||
config ESP_COREDUMP_STACK_SIZE
|
||||
int "Reserved stack size"
|
||||
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
|
||||
help
|
||||
Size of the memory to be reserved for core dump stack. If 0 core dump process will run on
|
||||
|
Loading…
Reference in New Issue
Block a user