I recently upgraded to MCUXpresso v11.10.0, build 3148. I added a new project this morning using FreeRTOS and it appears that the heap_1.c, heap_2.c, heap_3.c, heap_4.c and heap_5.c are no longer included. This leads to undefined references to functions like vPortMalloc (and pretty much everything else memory related).
Is this on purpose? Where should we get the new heap files?