Skip to content

Commit 1a2fd05

Browse files
authored
Fix corrupt coredump images (espressif#246)
1 parent 22ce681 commit 1a2fd05

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
@@ -113,7 +113,7 @@ CONFIG_ESP_COREDUMP_ENABLE_TO_FLASH=y
113113
CONFIG_ESP_COREDUMP_DATA_FORMAT_ELF=y
114114
CONFIG_ESP_COREDUMP_CHECKSUM_CRC32=y
115115
CONFIG_ESP_COREDUMP_MAX_TASKS_NUM=64
116-
CONFIG_ESP_COREDUMP_STACK_SIZE=1024
116+
CONFIG_ESP_COREDUMP_STACK_SIZE=0
117117
CONFIG_MBEDTLS_DYNAMIC_BUFFER=y
118118
CONFIG_MBEDTLS_DYNAMIC_FREE_PEER_CERT=y
119119
CONFIG_MBEDTLS_DYNAMIC_FREE_CONFIG_DATA=y

0 commit comments

Comments
 (0)