From dc350a9c7c404a40edd05e7bfdc94a248951a82e Mon Sep 17 00:00:00 2001 From: ChenJianxing Date: Mon, 1 Feb 2021 19:42:38 +0800 Subject: [PATCH] esp_wifi: support esp32c3 rom eco3 --- components/esp_wifi/lib | 2 +- tools/unit-test-app/configs/psram | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/components/esp_wifi/lib b/components/esp_wifi/lib index 5c455dbf8d..67a3a357e8 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 5c455dbf8d5469102090f02deb949ac09a1acf11 +Subproject commit 67a3a357e8e269b35ef1ff3b8949ff7dec2d4a71 diff --git a/tools/unit-test-app/configs/psram b/tools/unit-test-app/configs/psram index 6d9efe14bb..931907e14a 100644 --- a/tools/unit-test-app/configs/psram +++ b/tools/unit-test-app/configs/psram @@ -4,5 +4,6 @@ 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