瀏覽代碼

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%
Armando 3 年之前
父節點
當前提交
34e77d6ccd
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      tools/test_apps/system/panic/sdkconfig.ci.coredump_flash_bin_crc

+ 3 - 0
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