Skip to content

amamory-embedded/stm32f10x-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STM32F10x-Template with the CMake

Version requirements

  • Use the offical STM32F10x_StdPeriph_Driver V3.5
  • Use the FreeRTOS V8.2.3
  • Use CMake less than V3.1

Dependencies

arm-none-eabi-gcc
arm-none-eabi-gdb
stlink

How to Install

  1. make a directory in the project directory
  1. mkdir build
  2. cd build
  1. cmake the project directory CMakeList.txt
  cmake ..
  1. Build the Source
  make

If you wang to clean the all Build file , you can

  make clean-all

If you install the st-link V1/V2/V2.1, you can

  make flash

About

stm32f10x cmake and freertos template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 91.4%
  • C++ 4.9%
  • Assembly 3.5%
  • CMake 0.2%