From 4c159924abc0ad027166fe8853d062ed0a46481e Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 23 Apr 2017 11:23:13 +0200 Subject: o Initial start of radio controller. --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..64185b5 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "thirdparty/mcu.cmake"] + path = thirdparty/mcu.cmake + url = https://github.com/trygvis/mcu.cmake +[submodule "thirdparty/mcucpp"] + path = thirdparty/mcucpp + url = https://github.com/trygvis/mcucpp -- cgit v1.2.3