test_panic: add CONFIG_HAL_ASSERTION_DISABLE to coredump_flash_bin_crc config

Without this commit, under this config, the static D/IRAM usage is 97%
This commit is contained in:
Armando
2022-11-03 21:18:41 +08:00
parent 293f6ed34a
commit 34e77d6ccd

View File

@@ -1,3 +1,6 @@
CONFIG_ESP_COREDUMP_ENABLE_TO_FLASH=y CONFIG_ESP_COREDUMP_ENABLE_TO_FLASH=y
CONFIG_ESP_COREDUMP_DATA_FORMAT_BIN=y CONFIG_ESP_COREDUMP_DATA_FORMAT_BIN=y
CONFIG_ESP_COREDUMP_CHECKSUM_CRC32=y CONFIG_ESP_COREDUMP_CHECKSUM_CRC32=y
# static D/IRAM usage 97%, add this to reduce
CONFIG_HAL_ASSERTION_DISABLE=y