Przeglądaj źródła

unit-test-app: disable encrypted flash read/write in psram config to fix build failure

Mahavir Jain 5 lat temu
rodzic
commit
544a2a4f4e
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      tools/unit-test-app/configs/psram

+ 2 - 0
tools/unit-test-app/configs/psram

@@ -2,3 +2,5 @@ TEST_EXCLUDE_COMPONENTS=libsodium bt app_update driver esp32 spi_flash
 CONFIG_ESP32_SPIRAM_SUPPORT=y
 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