/stm32-template

stm32 development project template

Primary LanguageC

stm32f10x-stdperiph-lib

with gcc-arm-none-eabi-8-2019-q3-update

$ docker build -t "aguegu/stm32f10x-stdperiph-lib:3.5.0" .
  • how to

get a stm32f103c8t6 mini/bluepill attached to a STLink Device, and also got stlink and docker installed in your os

$ docker pull aguegu/stm32f10x-stdperiph-lib:3.5.0
$ cd blink
$ make debug
or
$ make release

Now you may enjoy stm32 development without IDEs. :)