Skip to content

Commit f12b37b

Browse files
committed
Merge branch 'bugfix/fix_wifi_dbg_link_error' into 'master'
wifi: fix wifi link error when enable wifi debug See merge request sdk/ESP8266_RTOS_SDK!1057
2 parents adb71e1 + 07dd1e4 commit f12b37b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

components/esp8266/linker.lf

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
[mapping:pp]
22
archive: libpp.a
33
entries:
4-
* (noflash_text)
4+
if ESP8266_WIFI_DEBUG_LOG_ENABLE = n:
5+
* (noflash_text)
6+
7+
[mapping:pp_dbg]
8+
archive: libpp_dbg.a
9+
entries:
10+
if ESP8266_WIFI_DEBUG_LOG_ENABLE = y:
11+
* (noflash_text)
512

613
[mapping:phy]
714
archive: libphy.a

0 commit comments

Comments
 (0)