feat(make): add "iram_bss" to link some global varible from DRAM to IRAM

This commit is contained in:
dongheng
2019-09-26 17:20:03 +08:00
parent 63ba83f119
commit 3e6c6696ef
12 changed files with 48 additions and 3 deletions

View File

@ -14,3 +14,9 @@ entries:
archive: libphy.a
entries:
* (noflash_text)
[mapping:core]
archive: libcore.a
entries:
if ESP8266_CORE_GLOBAL_DATA_LINK_IRAM = y:
* (iram_bss)