Step1 : Download FreeRTOS
In this program, you are going to learn
How to ?
Topics in this section,
Make sure current directory is $HOME
$ cd $HOME
Download FreeRTOS source code from the below link(FreeRTOS official link).
alternatively download using wget command
$ wget https://github.com/FreeRTOS/FreeRTOS/releases/download/202212.01/FreeRTOSv202212.01.zip
Untar/Unzip the FreeRTOS source code folder.
$ unzip FreeRTOSv202212.01.zip
Navigate to below path.
$ cd FreeRTOSv202212.01/FreeRTOS/Demo/CORTEX_MPS2_QEMU_IAR_GCC/