From 05a3d2d8ce108c8883aff5ab74b2a8943b9b2796 Mon Sep 17 00:00:00 2001 From: alanmaxwell Date: Mon, 27 Nov 2023 21:02:27 +0800 Subject: [PATCH] feat(wifi): support esp32c3 v1.1 wifi --- components/esp_rom/esp32c3/ld/esp32c3.rom.eco7.ld | 10 +++++----- components/esp_wifi/lib | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/components/esp_rom/esp32c3/ld/esp32c3.rom.eco7.ld b/components/esp_rom/esp32c3/ld/esp32c3.rom.eco7.ld index 97bcffc8bb..b1be769bb3 100644 --- a/components/esp_rom/esp32c3/ld/esp32c3.rom.eco7.ld +++ b/components/esp_rom/esp32c3/ld/esp32c3.rom.eco7.ld @@ -20,18 +20,18 @@ pm_process_tim = 0x4000168c; pm_rx_beacon_process = 0x40001690; pm_rx_data_process = 0x40001694; pm_sleep = 0x40001698; -pm_tbtt_process = 0x400016a0; -ppMapTxQueue = 0x400016d8; +//pm_tbtt_process = 0x400016a0; +//ppMapTxQueue = 0x400016d8; ppProcTxSecFrame = 0x400016dc; -ppRxFragmentProc = 0x40001704; -rcGetSched = 0x40001764; +//ppRxFragmentProc = 0x40001704; +//rcGetSched = 0x40001764; rcTxUpdatePer = 0x40001770; rcUpdateTxDone = 0x4000177c; wDevCheckBlockError = 0x400017b4; wDev_IndicateFrame = 0x400017c8; wDev_ProcessFiq = 0x400017f0; wDev_ProcessRxSucData = 0x400017f4; -ppProcTxDone = 0x40001804; +//ppProcTxDone = 0x40001804; pm_tx_data_done_process = 0x40001808; ieee80211_encap_esfbuf = 0x4000185c; sta_input = 0x40001870; diff --git a/components/esp_wifi/lib b/components/esp_wifi/lib index 1920f9c051..5b0b541f3a 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 1920f9c051ca208c248ba13efd3cb3919e6d3b16 +Subproject commit 5b0b541f3a831d51e58f73aced93a3c092c79ba1