mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 02:37:19 +02:00
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:
@ -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;
|
||||
|
Submodule components/esp_wifi/lib updated: 1920f9c051...5b0b541f3a
Reference in New Issue
Block a user