Thanks to visit codestin.com
Credit goes to github.com

Skip to content

SHAREVIEW/libopencm3-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 libopencm3 # (Only needed once)
  5. 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.

About

Simple empty template to base your poject on

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 87.4%
  • Assembly 6.8%
  • C 5.5%
  • C++ 0.3%