From 0cb54384430af476c1dd738a7494e47e36c5a6c6 Mon Sep 17 00:00:00 2001 From: Todd Fleming Date: Wed, 4 Jan 2017 14:04:22 -0500 Subject: [PATCH] add mbed submodule --- .gitmodules | 3 +++ smoother/.gitignore | 1 - smoother/mbed | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 smoother/mbed diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a82bfa8 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "smoother/mbed"] + path = smoother/mbed + url = git@github.com:chamnit/smoother-libmbed.git diff --git a/smoother/.gitignore b/smoother/.gitignore index a4f7757..24e5b0a 100644 --- a/smoother/.gitignore +++ b/smoother/.gitignore @@ -1,2 +1 @@ .build -mbed diff --git a/smoother/mbed b/smoother/mbed new file mode 160000 index 0000000..3e2fd16 --- /dev/null +++ b/smoother/mbed @@ -0,0 +1 @@ +Subproject commit 3e2fd166402b136ff45defd54df2c79909f1e346