blink template for the STM32F4 using libopencm3. Template forked from the libopencm3 one.
- git clone https://github.com/libopencm3/libopencm3-template.git your-project
- cd blink
- git submodule update --init # (Only needed once)
- make -C libopencm3 # (Only needed once)
- make -C blink
blink
: contains the application, can be renamed (but don't forget to update the makefile)
The board I use is the following one. I bought on ebay for around 10 USD.
You can find a lot of info on it on the STM32duino wiki