aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorGareth McMullin2012-10-22 18:45:42 +1300
committerGareth McMullin2012-10-22 18:45:42 +1300
commit09c0fb5773da62bb1c4f2fb338e8ca916fb88845 (patch)
treed8047109f71cde8ccb65be1f27f2a6187a15905f /.gitmodules
parent206237e8ddc8d8fd94594b2d1fe4fb4c52fe12ca (diff)
Build with libopencm3 as a submodule.
Fix incompatibilities with latest libopencm3.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..27f5638
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "libopencm3"]
+ path = libopencm3
+ url = git@github.com:libopencm3/libopencm3.git