forked from espressif/esp-idf
Merge branch 'bugfix/wifi_condition_linker_mapping' into 'master'
WiFi: Fix linking of WiFi functions dependent on PM_ENABLE See merge request espressif/esp-idf!18597
This commit is contained in:
@@ -147,8 +147,9 @@ entries:
|
|||||||
if ESP_WIFI_SLP_IRAM_OPT =y:
|
if ESP_WIFI_SLP_IRAM_OPT =y:
|
||||||
esp_adapter:wifi_clock_enable_wrapper (noflash)
|
esp_adapter:wifi_clock_enable_wrapper (noflash)
|
||||||
esp_adapter:wifi_clock_disable_wrapper (noflash)
|
esp_adapter:wifi_clock_disable_wrapper (noflash)
|
||||||
wifi_init:wifi_apb80m_request (noflash)
|
if PM_ENABLE = y:
|
||||||
wifi_init:wifi_apb80m_release (noflash)
|
wifi_init:wifi_apb80m_request (noflash)
|
||||||
|
wifi_init:wifi_apb80m_release (noflash)
|
||||||
|
|
||||||
[mapping:esp_timer_wifi_pm]
|
[mapping:esp_timer_wifi_pm]
|
||||||
archive: libesp_timer.a
|
archive: libesp_timer.a
|
||||||
|
Reference in New Issue
Block a user