feat(wifi): support esp32c3 v1.1 wifi

pull/13426/head
alanmaxwell 2023-12-01 13:59:47 +08:00
rodzic 4c0245d9e7
commit ca25bf834f
2 zmienionych plików z 7 dodań i 8 usunięć

Wyświetl plik

@ -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;
@ -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;

@ -1 +1 @@
Subproject commit c5a5c931cab8ad88e719c803b255b05fc900a524
Subproject commit 284b3feb2f1bae9b59e559796cdefed07130b4f6