May 2020
Intermediate to advanced
496 pages
13h 54m
English
Because FreeRTOS targets such a wide range of MCUs and applications, it ships with five different dynamic allocation schemes, all of which are implemented with a heap. The different heap implementations allow different levels of heap functionality. They are included in the portable/MemMang directory as heap_1.c, heap_2.c, heap_3.c, heap_4.c, and heap_5.c.