freertos: move some of the initialization functions out of IRAM

This commit is contained in:
Ivan Grokhotkov 2020-11-12 17:48:46 +01:00 committed by bot
parent 5ba7202cc1
commit 6c6e4ca637

View File

@ -2,4 +2,6 @@
archive: libfreertos.a
entries:
* (noflash_text)
tasks:vTaskStartScheduler (default)
port:xPortStartScheduler (default)
port:pxPortInitialiseStack (default)