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:
Mahavir Jain 2022-05-09 15:15:55 +05:30 committed by BOT
parent b617ccfb4c
commit 51bbee2e19

View File

@ -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