mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-29 13:17:58 +08:00
feat(make): add "iram_bss" to link some global varible from DRAM to IRAM
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user