From 806bcb535b4ba831bbb22ee8fcad0edb3c0600a6 Mon Sep 17 00:00:00 2001 From: Piotr Esden-Tempski Date: Sat, 11 Feb 2012 16:37:21 -0800 Subject: [PATCH] Added libopencm3 as a submodule. To make it easier to keep in sync with the project. --- .gitmodules | 3 +++ sw/ext/README | 1 + sw/ext/libopencm3 | 1 + 3 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 100644 sw/ext/README create mode 160000 sw/ext/libopencm3 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000000..5d63385a0d --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "sw/ext/libopencm3"] + path = sw/ext/libopencm3 + url = git://libopencm3.git.sourceforge.net/gitroot/libopencm3/libopencm3 diff --git a/sw/ext/README b/sw/ext/README new file mode 100644 index 0000000000..2757a67603 --- /dev/null +++ b/sw/ext/README @@ -0,0 +1 @@ +This directory contains libraries and tools in external git repositories used in paparazzi. diff --git a/sw/ext/libopencm3 b/sw/ext/libopencm3 new file mode 160000 index 0000000000..9532195e65 --- /dev/null +++ b/sw/ext/libopencm3 @@ -0,0 +1 @@ +Subproject commit 9532195e65edcec7d2f55dbb71f00bb18a04dac8