- Use the offical STM32F10x_StdPeriph_Driver V3.5
- Use the FreeRTOS V8.2.3
- Use CMake less than V3.1
arm-none-eabi-gcc
arm-none-eabi-gdb
stlink
- make a directory in the project directory
1. mkdir build
2. cd build- cmake the project directory CMakeList.txt
cmake ..- Build the Source
make make clean-all make flash