Skip to content

Instantly share code, notes, and snippets.

View Ariki's full-sized avatar

Ariki Ariki

View GitHub Profile
@Ariki
Ariki / start_libopencm3.sh
Created November 12, 2017 20:26
Start a new libopencm3 based project for Blue Pill STM32F103C8 board
#!/usr/bin/sh
# Start a new libopencm3 based project for Blue Pill STM32F103C8 board.
# Takes project name as a parameter.
EXAMPLES_MASTER=\
"https://raw.githubusercontent.com/libopencm3/libopencm3-examples/master"
mkdir "$1"
cd "$1"