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.
- 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
- stm32flash : flash the stm32f1 chip .
- GCC : gcc-arm-none-eabi-4.9.20
- STM32F10x_StdPeriph_Driver , version V3.6