1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
# STM32F103 Bluepill template ## Links https://github.com/lowleveltv/stm32-bluepill-blink/ ## Usage ``` make init ``` To flash: ``` make flash ``` ! Make sure there is an STLink avaliable via `ls /dev | grep st`