From 6317ef13f8c853fd3bc03a03f164d532fa9e2898 Mon Sep 17 00:00:00 2001 From: Mahavir Jain Date: Sun, 24 Jan 2021 13:50:21 +0530 Subject: [PATCH] unit-test-app: disable encrypted flash read/write in psram config to fix build failure --- tools/unit-test-app/configs/psram | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/unit-test-app/configs/psram b/tools/unit-test-app/configs/psram index a00f527f89..7536d741ff 100644 --- a/tools/unit-test-app/configs/psram +++ b/tools/unit-test-app/configs/psram @@ -3,3 +3,5 @@ CONFIG_ESP32_SPIRAM_SUPPORT=y CONFIG_ESP_INT_WDT_TIMEOUT_MS=800 CONFIG_SPIRAM_OCCUPY_NO_HOST=y CONFIG_ESP32_WIFI_RX_IRAM_OPT=n +# Disable encrypted flash reads/writes to save IRAM in this build configuration +CONFIG_SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE=n