Skip to content

Commit

Permalink
Fix corrupt coredump images (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
tl-sl authored Nov 23, 2024
1 parent 22ce681 commit 1a2fd05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/defconfig.common
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ CONFIG_ESP_COREDUMP_ENABLE_TO_FLASH=y
CONFIG_ESP_COREDUMP_DATA_FORMAT_ELF=y
CONFIG_ESP_COREDUMP_CHECKSUM_CRC32=y
CONFIG_ESP_COREDUMP_MAX_TASKS_NUM=64
CONFIG_ESP_COREDUMP_STACK_SIZE=1024
CONFIG_ESP_COREDUMP_STACK_SIZE=0
CONFIG_MBEDTLS_DYNAMIC_BUFFER=y
CONFIG_MBEDTLS_DYNAMIC_FREE_PEER_CERT=y
CONFIG_MBEDTLS_DYNAMIC_FREE_CONFIG_DATA=y
Expand Down

0 comments on commit 1a2fd05

Please sign in to comment.