Modifié pour les TP de micro
Easy "clone and go" repository for a libopencm3 based project.
(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 srcIf 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 gdbsrccontains your applicationlibcontains something shared.