Skip to content

Commit

Permalink
Merge branch 'feat/support_esp32c3_v1.1_wifi_v4.4' into 'release/v4.4'
Browse files Browse the repository at this point in the history
fix(wifi): backport some wifi bugfix(v4.4)

See merge request espressif/esp-idf!27584
  • Loading branch information
jack0c committed Dec 5, 2023
2 parents 26fb320 + ca25bf8 commit 7147f84
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions components/esp_rom/esp32c3/ld/esp32c3.rom.eco7.ld
Expand Up @@ -20,19 +20,19 @@ 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;
pm_tx_data_done_process = 0x40001808;
//ppProcTxDone = 0x40001804;
//pm_tx_data_done_process = 0x40001808;
ieee80211_encap_esfbuf = 0x4000185c;
sta_input = 0x40001870;
ieee80211_crypto_decap = 0x4000189c;
Expand Down Expand Up @@ -65,7 +65,6 @@ rom_tsens_dac_cal = 0x40001b10;
rom1_phy_en_hw_set_freq = 0x40001b20;
rom1_phy_dis_hw_set_freq = 0x40001b24;
rom_pll_vol_cal = 0x40001b28;

rom1_bt_get_tx_gain = 0x40001bb8;
rom1_get_chan_target_power = 0x40001bbc;
rom2_get_tx_gain_value1 = 0x40001bc0;
Expand Down

0 comments on commit 7147f84

Please sign in to comment.