Step1 : Download FreeRTOS ========================= .. tab-set:: .. tab-item:: Download FreeRTOS * In this program, you are going to learn .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow * How to ? .. panels:: :container: container pb-4 :column: col-lg-12 p-2 :card: shadow Topics in this section, * :ref:`Download FreeRTOS source code ` .. _freertos_qemu_step1_0: .. tab-set:: .. tab-item:: Download FreeRTOS source code * Make sure current directory is $HOME .. code-block:: c $ cd $HOME * Download FreeRTOS source code from the below link(FreeRTOS official link). * `FreeRTOS source code `_ * alternatively download using wget command .. code-block:: c $ wget https://github.com/FreeRTOS/FreeRTOS/releases/download/202212.01/FreeRTOSv202212.01.zip * Untar/Unzip the FreeRTOS source code folder. .. code-block:: c $ unzip FreeRTOSv202212.01.zip * Navigate to below path. .. code-block:: c $ cd FreeRTOSv202212.01/FreeRTOS/Demo/CORTEX_MPS2_QEMU_IAR_GCC/