mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-21 09:05:59 +08:00
30 lines
503 B
Plaintext
30 lines
503 B
Plaintext
[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]
|
|
archive: libphy.a
|
|
entries:
|
|
* (noflash_text)
|
|
|
|
[mapping:core]
|
|
archive: libcore.a
|
|
entries:
|
|
if ESP8266_CORE_GLOBAL_DATA_LINK_IRAM = y:
|
|
* (iram_bss)
|
|
|
|
[mapping:gcc]
|
|
archive: libgcc.a
|
|
entries:
|
|
unwind-dw2 (inflash_text)
|
|
unwind-dw2-fde (inflash_text)
|
|
|