Skip to content

Commit 008e6b6

Browse files
tl-sldarkxst
authored andcommitted
Fix corrupt coredump images (espressif#246)
1 parent 799669c commit 008e6b6

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
@@ -117,7 +117,7 @@ CONFIG_ESP_COREDUMP_ENABLE_TO_FLASH=y
117117
CONFIG_ESP_COREDUMP_DATA_FORMAT_ELF=y
118118
CONFIG_ESP_COREDUMP_CHECKSUM_CRC32=y
119119
CONFIG_ESP_COREDUMP_MAX_TASKS_NUM=64
120-
CONFIG_ESP_COREDUMP_STACK_SIZE=1024
120+
CONFIG_ESP_COREDUMP_STACK_SIZE=0
121121
CONFIG_MBEDTLS_DYNAMIC_BUFFER=y
122122
CONFIG_MBEDTLS_DYNAMIC_FREE_PEER_CERT=y
123123
CONFIG_MBEDTLS_DYNAMIC_FREE_CONFIG_DATA=y

0 commit comments

Comments
 (0)