From 22c952aeff99fa184d1108e0736b1833e4cc7239 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Fri, 20 Jan 2017 15:15:31 +0000 Subject: Added nanopb submodule instead of having it inside openxc-message-format. Change-Id: Ic5a0a95e9fbf575acee5f800b23e39cb1bf8de5c Signed-off-by: Romain Forlot --- .gitmodules | 3 +++ libs/nanopb | 1 + 2 files changed, 4 insertions(+) create mode 160000 libs/nanopb diff --git a/.gitmodules b/.gitmodules index 4f6899d..76992e0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "libs/openxc-message-format"] path = libs/openxc-message-format url = git@github.com:openxc/openxc-message-format.git +[submodule "libs/nanopb"] + path = libs/nanopb + url = git@github.com:nanopb/nanopb.git diff --git a/libs/nanopb b/libs/nanopb new file mode 160000 index 0000000..ffe4aff --- /dev/null +++ b/libs/nanopb @@ -0,0 +1 @@ +Subproject commit ffe4aff87cc3a15863c09aa808adf2381c8f2fb7 -- cgit 1.2.3-korg