mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
747ac00f9b
flash_encryption/psram: fixed the issue that block when flash_encryption_write See merge request espressif/esp-idf!12177
10 lines
502 B
Plaintext
10 lines
502 B
Plaintext
CONFIG_IDF_TARGET="esp32"
|
|
TEST_EXCLUDE_COMPONENTS=libsodium bt app_update driver esp32 esp_ipc esp_pm esp_system esp_timer mbedtls spi_flash test_utils heap pthread soc experimental_cpp_component esp-tls freertos sdmmc
|
|
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
|
|
CONFIG_ESP32_WIFI_IRAM_OPT=n
|
|
# Disable encrypted flash reads/writes to save IRAM in this build configuration
|
|
CONFIG_SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE=n
|