Skip to content

Commit 69cba55

Browse files
tl-sldarkxst
authored andcommitted
Fix corrupt coredump images (espressif#246)
1 parent 1684457 commit 69cba55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: configs/defconfig.common

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ CONFIG_ESP_COREDUMP_ENABLE_TO_FLASH=y
107107
CONFIG_ESP_COREDUMP_DATA_FORMAT_ELF=y
108108
CONFIG_ESP_COREDUMP_CHECKSUM_CRC32=y
109109
CONFIG_ESP_COREDUMP_MAX_TASKS_NUM=64
110-
CONFIG_ESP_COREDUMP_STACK_SIZE=1024
110+
CONFIG_ESP_COREDUMP_STACK_SIZE=0
111111
CONFIG_MBEDTLS_DYNAMIC_BUFFER=y
112112
CONFIG_MBEDTLS_DYNAMIC_FREE_PEER_CERT=y
113113
CONFIG_MBEDTLS_DYNAMIC_FREE_CONFIG_DATA=y

0 commit comments

Comments
 (0)