Skip to content

qotone/Makefile4STM32f1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Makefile for stm32f1 family with GCC and STM32Flash

This is a Makefile write for the stm32f1 family , it is used in my stm32 projects, the first version is wrote for the STM32_StdPeriph_Driver library and the second version is wrote for the STM32 Cube firmware library.

Usage

  • make build : will build the project
  • make clean : will clean all the build files in the project
  • make flash : will flash the chip with the help of STM32Flash

Resources

  • stm32flash : flash the stm32f1 chip .
  • GCC : gcc-arm-none-eabi-4.9.20
  • STM32F10x_StdPeriph_Driver , version V3.6

About

A Makefile for stm32f1 family with stdperial driver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published