From c9102147d1a41e01adf4160a90d4c5d46fdbf4df Mon Sep 17 00:00:00 2001 From: "wangtao@espressif.com" Date: Wed, 27 Nov 2024 11:13:45 +0800 Subject: [PATCH] fix(wifi): fix esp32c2 eco4 ci issue ld --- components/esp_rom/esp32c2/ld/esp32c2.rom.eco4.ld | 10 +++++----- components/esp_rom/esp32c2/ld/esp32c2.rom.ld | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/components/esp_rom/esp32c2/ld/esp32c2.rom.eco4.ld b/components/esp_rom/esp32c2/ld/esp32c2.rom.eco4.ld index 1637bc12f7..ffa3c23b44 100644 --- a/components/esp_rom/esp32c2/ld/esp32c2.rom.eco4.ld +++ b/components/esp_rom/esp32c2/ld/esp32c2.rom.eco4.ld @@ -41,7 +41,7 @@ wDev_AppendRxBlocks = 0x40001cdc; //wDev_IndicateFrame = 0x40001cec; wDev_ProcessFiq = 0x40001d08; wDev_ProcessRxSucData = 0x40001d0c; -ppProcTxDone = 0x40001d1c; +//ppProcTxDone = 0x40001d1c; pm_tx_data_done_process = 0x40001d20; ppMapWaitTxq = 0x40001d28; lmacDiscardFrameExchangeSequence = 0x40001d70; @@ -94,10 +94,10 @@ ieee80211_disassoc_construct = 0x40002044; //ieee80211_add_xrates = 0x40002058; //ieee80211_assoc_req_construct = 0x40002060; ieee80211_assoc_resp_construct = 0x40002064; -ieee80211_timer_process = 0x4000208c; +//ieee80211_timer_process = 0x4000208c; //cnx_coexist_timeout = 0x40002090; //sta_recv_mgmt = 0x40002094; -ieee80211_send_probereq = 0x4000209c; +//ieee80211_send_probereq = 0x4000209c; //sta_auth_open = 0x400020a0; //sta_auth_sae = 0x400020a8; //cnx_coexist_timeout_process = 0x400020ac; @@ -130,8 +130,8 @@ s_trans_id = 0x3fcdfac4; ***************************************/ /* Functions */ -coex_core_event_duration_get = 0x40002178; -coex_core_timer_idx_get = 0x4000218c; +//coex_core_event_duration_get = 0x40002178; +//coex_core_timer_idx_get = 0x4000218c; coex_hw_timer_tick_get = 0x400021b8; diff --git a/components/esp_rom/esp32c2/ld/esp32c2.rom.ld b/components/esp_rom/esp32c2/ld/esp32c2.rom.ld index 75cea54bd4..d9111de86b 100644 --- a/components/esp_rom/esp32c2/ld/esp32c2.rom.ld +++ b/components/esp_rom/esp32c2/ld/esp32c2.rom.ld @@ -702,7 +702,7 @@ wdev_mac_sleep = 0x40001d04; wdevProcessRxSucDataAll = 0x40001d10; wdev_csi_len_align = 0x40001d14; ppDequeueTxDone_Locked = 0x40001d18; -ppProcTxDone = 0x40001d1c; +//ppProcTxDone = 0x40001d1c; /*pm_tx_data_done_process = 0x40001d20;*/ config_is_cache_tx_buf_enabled = 0x40001d24; /* ppMapWaitTxq = 0x40001d28; */ @@ -799,7 +799,7 @@ dbg_lmac_rxtx_statis_dump = 0x40001e90; dbg_lmac_hw_statis_dump = 0x40001e94; dbg_lmac_diag_statis_dump = 0x40001e98; dbg_lmac_ps_statis_dump = 0x40001e9c; -pp_timer_do_process = 0x40001ea0; +//pp_timer_do_process = 0x40001ea0; rcUpdateAMPDUParam = 0x40001ea4; rcUpdatePhyMode = 0x40001ea8; rcGetHighestRateIdx = 0x40001eac;