esp-idf/components/esp_phy
Li Shuai 200f69e6eb auto beacon: support esp32c6 autobeacon (advanced DTIM sleep feature)
modem retention: Support esp32c6 wifi MAC and baseband sleep retention

sleep_modem: wifi MAC modem wakeup protect in modem state before PMU trigger sleep enable request

sleep modem: provide a interface to get whether the Modem power domain is allowed to power off during sleep

add i2c_ana master header file to project

auto beacon: release PMU's lock on root clock source (it is locked in the PLL)

wifi receiving beacon frame in PMU modem state strongly depends on the BBPLL
clock, PMU will forcibly lock the root clock source as PLL, when the root
clock source of the software system is selected as PLL, we need to release
the root clock source locking.

When it is judged that the PLL is locked by PMU after wakeing up from the PMU
modem state, switch the root clock source to the PLL in the sleep process (a
critical section).

auto beacon: fix the failure to receive broadcast/multicast frames in modem state

When the multicast field in the beacon frame received in the PMU modem state is
True, the PMU switches to the PMU active state (the PMU waits for the HP LDO to
stabilize and then restores the MAC context) and starts to receive
broadcast/multicast frames (Broadcast/Multicast frames will be sent after a
minimum delay of 48 us after the beacon frame), because the PMU waits for the HP
LDO to stabilize too long (~154 us), which will cause broadcast/multicast frame
reception to be missed.

auto beacon: select the PLL clock source as the REGDMA backup clock source when the PMU switches to ACTIVE from MODEM state

update Digital Peripheral (M2A switch) REGDMA restore time parameter

auto beacon: fix the issue that only channel 1 can connect to AP in modem state
2023-03-04 00:17:40 +08:00
..
esp32 esp_phy: update esp_phy submodule files copyright 2021-10-13 13:10:50 +08:00
esp32c2 esp_phy: optimize esp32c2 tx power control 2022-05-28 08:52:55 +00:00
esp32c3 esp_phy: fix tx power limit for esp32s2/s3/c3 2022-04-26 02:46:08 -04:00
esp32c6 esp_phy: enable for esp32c6 2022-12-16 15:47:56 +08:00
esp32h2/include ieee802154: add support for esp32h2 2023-02-27 15:32:32 +08:00
esp32h4/include esp32h2: renaming esp32h2 to esp32h4 2022-11-08 17:05:33 +08:00
esp32s2 esp_phy: fix tx power limit for esp32s2/s3/c3 2022-04-26 02:46:08 -04:00
esp32s3 esp_phy: fix tx power limit for esp32s2/s3/c3 2022-04-26 02:46:08 -04:00
include auto beacon: support esp32c6 autobeacon (advanced DTIM sleep feature) 2023-03-04 00:17:40 +08:00
lib@1ab8c85ff1 feature: separate coex lib from wifi lib, support esp32c6 internal coex 2023-02-26 06:58:18 +00:00
src auto beacon: support esp32c6 autobeacon (advanced DTIM sleep feature) 2023-03-04 00:17:40 +08:00
test esp32h2: add build test 2023-01-17 10:29:04 +08:00
CMakeLists.txt ieee802154: add support for esp32h2 2023-02-27 15:32:32 +08:00
Kconfig auto beacon: support esp32c6 autobeacon (advanced DTIM sleep feature) 2023-03-04 00:17:40 +08:00
linker.lf Power Management: power up or down wifi power domain when wifi init or deinit 2021-10-14 10:51:07 +08:00
sdkconfig.rename light sleep: replace new kconfig option of mac bb power down & phy reduce tx power 2021-11-12 17:46:18 +08:00