coredump: Increases FreeRTOS ISR stack for ELF data format

This commit is contained in:
Alexey Gerenkov 2020-05-06 19:58:10 +03:00
parent ef1b3330c2
commit c91ed2b917

View file

@ -174,6 +174,8 @@ menu "FreeRTOS"
config FREERTOS_ISR_STACKSIZE
int "ISR stack size"
range 2100 32768 if ESP32_COREDUMP_DATA_FORMAT_ELF
default 2100 if ESP32_COREDUMP_DATA_FORMAT_ELF
range 1536 32768
default 1536
help