feat(wifi): support esp32c3 v1.1 wifi

This commit is contained in:
alanmaxwell
2023-12-01 13:59:47 +08:00
parent 4c0245d9e7
commit ca25bf834f
2 changed files with 7 additions and 8 deletions

View File

@@ -20,19 +20,19 @@ pm_process_tim = 0x4000168c;
pm_rx_beacon_process = 0x40001690; pm_rx_beacon_process = 0x40001690;
pm_rx_data_process = 0x40001694; pm_rx_data_process = 0x40001694;
pm_sleep = 0x40001698; pm_sleep = 0x40001698;
pm_tbtt_process = 0x400016a0; //pm_tbtt_process = 0x400016a0;
ppMapTxQueue = 0x400016d8; //ppMapTxQueue = 0x400016d8;
ppProcTxSecFrame = 0x400016dc; ppProcTxSecFrame = 0x400016dc;
ppRxFragmentProc = 0x40001704; //ppRxFragmentProc = 0x40001704;
rcGetSched = 0x40001764; //rcGetSched = 0x40001764;
rcTxUpdatePer = 0x40001770; rcTxUpdatePer = 0x40001770;
rcUpdateTxDone = 0x4000177c; rcUpdateTxDone = 0x4000177c;
wDevCheckBlockError = 0x400017b4; wDevCheckBlockError = 0x400017b4;
wDev_IndicateFrame = 0x400017c8; wDev_IndicateFrame = 0x400017c8;
wDev_ProcessFiq = 0x400017f0; wDev_ProcessFiq = 0x400017f0;
wDev_ProcessRxSucData = 0x400017f4; wDev_ProcessRxSucData = 0x400017f4;
ppProcTxDone = 0x40001804; //ppProcTxDone = 0x40001804;
pm_tx_data_done_process = 0x40001808; //pm_tx_data_done_process = 0x40001808;
ieee80211_encap_esfbuf = 0x4000185c; ieee80211_encap_esfbuf = 0x4000185c;
sta_input = 0x40001870; sta_input = 0x40001870;
ieee80211_crypto_decap = 0x4000189c; ieee80211_crypto_decap = 0x4000189c;
@@ -65,7 +65,6 @@ rom_tsens_dac_cal = 0x40001b10;
rom1_phy_en_hw_set_freq = 0x40001b20; rom1_phy_en_hw_set_freq = 0x40001b20;
rom1_phy_dis_hw_set_freq = 0x40001b24; rom1_phy_dis_hw_set_freq = 0x40001b24;
rom_pll_vol_cal = 0x40001b28; rom_pll_vol_cal = 0x40001b28;
rom1_bt_get_tx_gain = 0x40001bb8; rom1_bt_get_tx_gain = 0x40001bb8;
rom1_get_chan_target_power = 0x40001bbc; rom1_get_chan_target_power = 0x40001bbc;
rom2_get_tx_gain_value1 = 0x40001bc0; rom2_get_tx_gain_value1 = 0x40001bc0;