From 34e77d6ccdbe3675ae0c1d07d03dcfce3dce027a Mon Sep 17 00:00:00 2001 From: Armando Date: Thu, 3 Nov 2022 21:18:41 +0800 Subject: [PATCH] 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% --- .../test_apps/system/panic/sdkconfig.ci.coredump_flash_bin_crc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/test_apps/system/panic/sdkconfig.ci.coredump_flash_bin_crc b/tools/test_apps/system/panic/sdkconfig.ci.coredump_flash_bin_crc index 627ace5460..8dd420e18f 100644 --- a/tools/test_apps/system/panic/sdkconfig.ci.coredump_flash_bin_crc +++ b/tools/test_apps/system/panic/sdkconfig.ci.coredump_flash_bin_crc @@ -1,3 +1,6 @@ CONFIG_ESP_COREDUMP_ENABLE_TO_FLASH=y CONFIG_ESP_COREDUMP_DATA_FORMAT_BIN=y CONFIG_ESP_COREDUMP_CHECKSUM_CRC32=y + +# static D/IRAM usage 97%, add this to reduce +CONFIG_HAL_ASSERTION_DISABLE=y