diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2017-04-23 11:23:13 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2017-04-23 11:23:13 +0200 |
commit | 4c159924abc0ad027166fe8853d062ed0a46481e (patch) | |
tree | b1a2bdbd4367d8e3a6f5218a0fdea0be3d541951 /.gitmodules | |
download | radio-controller-4c159924abc0ad027166fe8853d062ed0a46481e.tar.gz radio-controller-4c159924abc0ad027166fe8853d062ed0a46481e.tar.bz2 radio-controller-4c159924abc0ad027166fe8853d062ed0a46481e.tar.xz radio-controller-4c159924abc0ad027166fe8853d062ed0a46481e.zip |
o Initial start of radio controller.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
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 |