This repository is a minimal STM32F030 build (a blinking led), that can be used for various purposes.
Prerequisites:
- arm-none-eabi-gcc toolchain
 - make
 - visual studio code, with cortex debug installed
 
To build:
- Run 
makein this directory, shortcut ctrl+shift+b. 
To build:
- Run 
make cleanin this directory, shortcut ctrl+shift+c. 
To flash the device:
- Connect the STLink to the device. Ensure your user has permissions to access it.
 - Run task 
flashin visual studio code, shortcut ctrl+shift+f 
To debug the device:
- Connect the STLink to the device. Ensure your user has permissions to access it.
 - Run 
debug and runin visual studio, shortcut F5 
For device info:
- Run task 
infoin visual studio code, shortcut ctrl+shift+i.