Background: I followed the instruction from Tlmada (https://github.com/TImada/raspi4_freertos) to get FreeRTOS on RPi4. (Host: Ubuntu 18.04, Cross-Compiler: aar
I have some modules of application designed for static allocation, and some modules designed for dynamic allocation. Can I use both static and dynamic allocatio
I am working on a project which involves porting FreeRTOS to a custom SoC. This SoC features a Cortex R5 core together with an FPGA fabric. Unfortunately, the R