Files
dongheng 63b5c1969b fix(freertos): fix link bss data to IRAM causing crash
Global data of port.c, xtensa_context.S and xtensa_vectors.S should not be linked into IRAM now.
2019-10-09 15:33:58 +08:00

13 lines
319 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)