From a165d5b3ef4e071e0a081787b894346cb37a368e Mon Sep 17 00:00:00 2001 From: zhangyanjiao Date: Sat, 8 Oct 2022 15:49:02 +0800 Subject: [PATCH] esp_wifi: fix connect fail when enable SPIRAM Closes IDFGH-8189 --- components/esp_rom/esp32s3/ld/esp32s3.rom.ld | 2 +- components/esp_wifi/lib | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/esp_rom/esp32s3/ld/esp32s3.rom.ld b/components/esp_rom/esp32s3/ld/esp32s3.rom.ld index 20f0464b19..2b01287b07 100644 --- a/components/esp_rom/esp32s3/ld/esp32s3.rom.ld +++ b/components/esp_rom/esp32s3/ld/esp32s3.rom.ld @@ -1804,7 +1804,7 @@ RC_GetBlockAckTime = 0x4000525c; ebuf_list_remove = 0x40005268; esf_buf_alloc = 0x40005274; esf_buf_alloc_dynamic = 0x40005280; -esf_buf_recycle = 0x4000528c; +/*esf_buf_recycle = 0x4000528c;*/ GetAccess = 0x40005298; hal_mac_is_low_rate_enabled = 0x400052a4; hal_mac_tx_get_blockack = 0x400052b0; diff --git a/components/esp_wifi/lib b/components/esp_wifi/lib index c5f9eb52e0..7bd8d12bd5 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit c5f9eb52e0213eba23d03daf25c8e0ccec8f314d +Subproject commit 7bd8d12bd5b49596b651db72b7b4e9dc609c5981