diff --git a/components/freertos/linker.lf b/components/freertos/linker.lf index a2275ecd62..c06522defe 100644 --- a/components/freertos/linker.lf +++ b/components/freertos/linker.lf @@ -2,4 +2,6 @@ archive: libfreertos.a entries: * (noflash_text) - + tasks:vTaskStartScheduler (default) + port:xPortStartScheduler (default) + port:pxPortInitialiseStack (default)