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

Skip to content

ArtichOwO/libopencm3-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modifié pour les TP de micro

Easy "clone and go" repository for a libopencm3 based project.

Instructions

(remplacer TPx par le nom du TP)

git clone --recurse-submodules https://github.com/artichowo/libopencm3-template.git TPx
cd TPx
make -C libopencm3 # (Only needed once)
make -C src

If you have an older git, or got ahead of yourself and skipped the --recurse-submodules you can fix things by running git submodule update --init (This is only needed once)

make -C src flash # Pour flasher le programme
make -C src debug # Pour debug avec gdb

Directories

  • src contains your application
  • lib contains something shared.

About

Template pour les TP de micro

Resources

License

Stars

Watchers

Forks

Languages

  • Makefile 90.6%
  • GDB 7.3%
  • Assembly 2.1%