NOTE: The codebase here is to be treated as a supplement of the of FreeRTOS playlist.
- Toolchain:-
gcc-arm-none-eabi:sudo apt install gcc-arm-none-eabi - QEMU:-
qemu-system-arm:sudo apt install qemu-system
- Fresh compilation :
make - Clean artifacts :
make clean
qemu-system-arm -machine mps2-an385 -cpu cortex-m3 -kernel ./output/freertos-cortex-m3.out -monitor none -nographic -serial stdio