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
- Host: GitHub
- URL: https://github.com/alx741/libopencm3-template
- Owner: alx741
- Created: 2018-03-04T02:57:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-06T22:40:51.000Z (over 8 years ago)
- Last Synced: 2025-08-18T16:04:22.225Z (10 months ago)
- Topics: arm, cortex-m, libopencm3, library, template
- Language: Makefile
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`