mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-21 00:56:38 +08:00
16 lines
384 B
Plaintext
16 lines
384 B
Plaintext
[mapping:freertos]
|
|
archive: libfreertos.a
|
|
entries:
|
|
if FREERTOS_GLOBAL_DATA_LINK_IRAM = y:
|
|
event_groups (iram_bss)
|
|
list (iram_bss)
|
|
queue (iram_bss)
|
|
stream_buffer (iram_bss)
|
|
tasks (iram_bss)
|
|
timers (iram_bss)
|
|
freertos_hooks (iram_bss)
|
|
impure(iram_bss)
|
|
|
|
if FREERTOS_CODE_LINK_TO_IRAM = y:
|
|
* (noflash_text)
|