static version of vTaskList

mastupristi wrote on Wednesday, May 24, 2017:

FreeRTOS 9 provide new api to create Task, queues, etc. statically allocated.
I wonder how to modify vTaskList so it does not need to call pvPortMalloc

best regards
Max

rtel wrote on Thursday, May 25, 2017:

That would be tricky, but if you know the maximum number of tasks you application will ever create then you could pre-allocate the memory required.