diff --git a/components/freertos/linker.lf b/components/freertos/linker.lf index 3d20805d..ed64d9e0 100644 --- a/components/freertos/linker.lf +++ b/components/freertos/linker.lf @@ -2,4 +2,11 @@ archive: libfreertos.a entries: if FREERTOS_GLOBAL_DATA_LINK_IRAM = y: - * (iram_bss) + 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)