mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 13:14:32 +02:00
fix(wifi): fix wifi rom code using ets_delay_us for C5 and C61
This commit is contained in:
committed by
Laukik Hase
parent
f2b0f256ab
commit
6d996a0634
@@ -52,7 +52,7 @@ hal_tsf_clear_soc_wakeup_request = 0x40000c60;
|
||||
hal_get_tsf_time = 0x40000c64;
|
||||
hal_get_sta_tsf = 0x40000c68;
|
||||
ic_get_trc = 0x40000c74;
|
||||
ic_mac_deinit = 0x40000c78;
|
||||
/* ic_mac_deinit = 0x40000c78; */
|
||||
/* ic_mac_init = 0x40000c7c; */
|
||||
ic_interface_enabled = 0x40000c80;
|
||||
is_lmac_idle = 0x40000c84;
|
||||
@@ -75,7 +75,7 @@ lmacRxDone = 0x40000cc4;
|
||||
lmacSetTxFrame = 0x40000cc8;
|
||||
lmacTxDone = 0x40000ccc;
|
||||
/*lmacTxFrame = 0x40000cd0;*/
|
||||
lmacDisableTransmit = 0x40000cd4;
|
||||
/* lmacDisableTransmit = 0x40000cd4; */
|
||||
lmacDiscardFrameExchangeSequence = 0x40000cd8;
|
||||
lmacProcessCollision = 0x40000cdc;
|
||||
lmacProcessAckTimeout = 0x40000ce0;
|
||||
|
@@ -50,7 +50,7 @@ hal_get_tsf_time = 0x40000bd0;
|
||||
hal_get_sta_tsf = 0x40000bd4;
|
||||
tsf_hal_get_tbtt_interval = 0x40000bd8;
|
||||
ic_get_trc = 0x40000be4;
|
||||
ic_mac_deinit = 0x40000be8;
|
||||
/* ic_mac_deinit = 0x40000be8; */
|
||||
/* ic_mac_init = 0x40000bec; */
|
||||
ic_interface_enabled = 0x40000bf0;
|
||||
is_lmac_idle = 0x40000bf4;
|
||||
@@ -73,7 +73,7 @@ lmacRxDone = 0x40000c34;
|
||||
lmacSetTxFrame = 0x40000c38;
|
||||
lmacTxDone = 0x40000c3c;
|
||||
/*lmacTxFrame = 0x40000c40;*/
|
||||
lmacDisableTransmit = 0x40000c44;
|
||||
/* lmacDisableTransmit = 0x40000c44; */
|
||||
lmacDiscardFrameExchangeSequence = 0x40000c48;
|
||||
lmacProcessCollision = 0x40000c4c;
|
||||
lmacProcessAckTimeout = 0x40000c50;
|
||||
|
Reference in New Issue
Block a user