Easy "clone and go" repository for a libopencm3 based project.
- git clone https://github.com/libopencm3/libopencm3-template.git your-project
- cd your-project
- git submodule update --init # (Only needed once)
- make -C libopencm3 # (Only needed once)
- make -C my-project
- my-project contains your application
- my-common-code contains something shared.
You should replace this with your own README if you are using this as a template.