forked from espressif/esp-idf
Merge branch 'bugfix/wifi_condition_linker_mapping_v4.3' into 'release/v4.3'
esp_wifi: Fix linking of WiFi functions dependent on PM_ENABLE (v4.3) See merge request espressif/esp-idf!18799
This commit is contained in:
@@ -64,6 +64,7 @@ entries:
|
|||||||
phy_init:esp_phy_enable (noflash)
|
phy_init:esp_phy_enable (noflash)
|
||||||
phy_init:esp_phy_disable (noflash)
|
phy_init:esp_phy_disable (noflash)
|
||||||
phy_init:esp_wifi_bt_power_domain_off (noflash)
|
phy_init:esp_wifi_bt_power_domain_off (noflash)
|
||||||
|
if PM_ENABLE = y:
|
||||||
wifi_init:wifi_apb80m_request (noflash)
|
wifi_init:wifi_apb80m_request (noflash)
|
||||||
wifi_init:wifi_apb80m_release (noflash)
|
wifi_init:wifi_apb80m_release (noflash)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user