Merge branch 'feat/support_esp32c3_v1.1_wifi_v4.3' into 'release/v4.3'

backport(wifi): support esp32c3 v1.1 wifi(v4.3)

See merge request espressif/esp-idf!27424
This commit is contained in:
Jiang Jiang Jian
2023-11-29 23:19:28 +08:00
2 changed files with 6 additions and 6 deletions

View File

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