mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-22 17:47:04 +08:00
fix(wifi): fix wifi link error when enable wifi debug
Link the library "libpp_dbg.a" to IRAM.
This commit is contained in:
@ -1,7 +1,14 @@
|
|||||||
[mapping:pp]
|
[mapping:pp]
|
||||||
archive: libpp.a
|
archive: libpp.a
|
||||||
entries:
|
entries:
|
||||||
* (noflash_text)
|
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]
|
[mapping:phy]
|
||||||
archive: libphy.a
|
archive: libphy.a
|
||||||
|
Reference in New Issue
Block a user