esp-idf/components/esp_wifi
Darian Leung 41b9e66082 wifi: Fix linking of WiFi functions dependent on PM_ENABLE
The following functions are only defined when CONFIG_PM_ENABLE is defined:

- wifi_apb80m_request()
- wifi_apb80m_release()

This commit makes their linker script mapping statements also dependent on CONFIG_PM_ENABLE
thus fixing some linker errors when CONFIG_PM_ENABLE is disabled.
2022-07-01 12:29:35 +08:00
..
esp32 esp_phy: decouple esp_phy component from esp_wifi and bt 2021-06-03 16:17:31 +08:00
esp32c3 pre-commit fix 2021-10-12 14:05:19 +08:00
esp32s2 pre-commit fix 2021-10-12 14:05:19 +08:00
esp32s3 esp_phy: decouple esp_phy component from esp_wifi and bt 2021-06-03 16:17:31 +08:00
include esp_wifi: Update wifi lib 2022-04-13 10:22:00 +05:30
lib@c7d2fe806e esp_wifi: Update wifi libs 2022-06-20 10:09:45 +00:00
src fix the bug that some memory leaked in phy after wifi/ble deinit 2022-06-19 14:33:00 +00:00
test build system: fix cxx init_priority not working on S3 2021-07-14 10:56:24 +08:00
test_md5 ci: improve checks for Wi-Fi/PHYlibraries 2022-01-05 17:29:35 +08:00
CMakeLists.txt esp_phy: move lib_printf.c to esp_phy 2022-01-11 12:09:11 +08:00
component.mk esp_phy: decouple esp_phy component from esp_wifi and bt 2021-06-03 16:17:31 +08:00
Kconfig esp_wifi: support station only mode for code size down 2021-12-06 17:34:56 +08:00
linker.lf wifi: Fix linking of WiFi functions dependent on PM_ENABLE 2022-07-01 12:29:35 +08:00
sdkconfig.rename Add HW external coexist api. 2021-10-12 14:05:14 +08:00