mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-03 00:21:44 +01:00
feat(wifi): support esp32c3 v1.1 WiFi
1.bringup c3 v1.1 and sync func to c3 eco7 rom 2.support to set null&probe lifetime 3.support to adjust listen interval to dtim period 4.support tx pkt w/o wake null 5.allow to tx null0 if requtest to rx data
This commit is contained in:
@@ -1497,13 +1497,13 @@ ic_get_trc = 0x40001afc;
|
||||
ic_mac_init = 0x40001b04;
|
||||
ic_interface_enabled = 0x40001b08;
|
||||
is_lmac_idle = 0x40001b0c;
|
||||
lmacAdjustTimestamp = 0x40001b10;
|
||||
/*lmacAdjustTimestamp = 0x40001b10;*/
|
||||
lmacDiscardAgedMSDU = 0x40001b14;
|
||||
/*lmacDiscardMSDU = 0x40001b18;*/
|
||||
lmacEndFrameExchangeSequence = 0x40001b1c;
|
||||
lmacIsIdle = 0x40001b20;
|
||||
lmacIsLongFrame = 0x40001b24;
|
||||
lmacMSDUAged = 0x40001b28;
|
||||
/*lmacMSDUAged = 0x40001b28;*/
|
||||
lmacPostTxComplete = 0x40001b2c;
|
||||
lmacProcessAllTxTimeout = 0x40001b30;
|
||||
lmacProcessCollisions = 0x40001b34;
|
||||
|
||||
Reference in New Issue
Block a user