From c8e9277e6287e2b9c832e331916d635a746dab04 Mon Sep 17 00:00:00 2001 From: Pavel Kirienko Date: Wed, 10 Jun 2015 15:00:23 +0300 Subject: [PATCH] DSDL and Pyuavcan submodules --- .gitmodules | 6 ++++++ dsdl | 1 + pyuavcan | 1 + 3 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 160000 dsdl create mode 160000 pyuavcan diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000000..91f911b88f --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "pyuavcan"] + path = pyuavcan + url = https://github.com/UAVCAN/pyuavcan +[submodule "dsdl"] + path = dsdl + url = https://github.com/UAVCAN/dsdl diff --git a/dsdl b/dsdl new file mode 160000 index 0000000000..d19c783138 --- /dev/null +++ b/dsdl @@ -0,0 +1 @@ +Subproject commit d19c783138ea38056f7668572f5d1c684da24fbc diff --git a/pyuavcan b/pyuavcan new file mode 160000 index 0000000000..7bd6c4dc99 --- /dev/null +++ b/pyuavcan @@ -0,0 +1 @@ +Subproject commit 7bd6c4dc9904255b9d28956198253c2dd361c766