An open API service indexing awesome lists of open source software.

https://github.com/alx741/libopencm3-template

libopencm3 template project
https://github.com/alx741/libopencm3-template

arm cortex-m libopencm3 library template

Last synced: 5 months ago
JSON representation

libopencm3 template project

Awesome Lists containing this project

README

          

# libopencm3 template project

* Use *libopencm3* as a git submodule
* Separate *lib* and *src* directories

## Using

1. Clone it: `$ git clone --recursive https://github.com/alx741/libopencm3-template`
2. Rename: `$ mv libopencm3-template my_project && cd my_project`
3. Compile libopencm3: `$ cd lib/libopencm3 && make`
4. Compile project: `$ cd src && make`
5. Flash it: `$ cd src && make burn`