Skip to content

Commit 07dd1e4

Browse files
donghengdongheng
dongheng
authored and
dongheng
committed
fix(wifi): fix wifi link error when enable wifi debug
Link the library "libpp_dbg.a" to IRAM.
1 parent ef8be5b commit 07dd1e4

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)