fix(wifi): fix wifi link error when enable wifi debug

Link the library "libpp_dbg.a" to IRAM.
This commit is contained in:
dongheng
2019-08-15 10:42:44 +08:00
parent ef8be5b0b1
commit 07dd1e41f0

View File

@ -1,6 +1,13 @@
[mapping:pp]
archive: libpp.a
entries:
if ESP8266_WIFI_DEBUG_LOG_ENABLE = n:
* (noflash_text)
[mapping:pp_dbg]
archive: libpp_dbg.a
entries:
if ESP8266_WIFI_DEBUG_LOG_ENABLE = y:
* (noflash_text)
[mapping:phy]