aausat / aausat6-lib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

You may update specific submodules with for example:

git submodule update --remote --merge libopencm3

Or go in to the lib, in this example libopencm3 and perform a normal pull and then commit on the directory:

git pull
git submodule update --init

git pull changes which commit their submodule directory points to. git submodule update actually merges in the new code.

About


Languages

Language:C 68.8%Language:C++ 27.1%Language:Assembly 3.9%Language:Batchfile 0.1%Language:Objective-C 0.0%Language:Makefile 0.0%