blob: 06938cc4c29513a0d420e55bc6b2a0e3d6bf2197 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Easy "clone and go" repository for a libopencm3 based project.
# Instructions
1. git clone https://github.com/libopencm3/libopencm3-template.git your-project
2. cd your-project
3. git submodule update --init (Only needed once)
4. make -C my-project
# Directories
* my-project contains your application
* my-common-code contains something shared.
# As a template
You should replace this with your _own_ README if you are using this
as a template.
|