FreeRTOS profile grabber
To fetch the latest FreeRTOS-Kernel source code execute the following command:
git submodule update --init --recursive
To build and run the example task on FreeRTOS execute the following commands:
cmake --build build
./build/example