summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorjaseg <git-bigdata-wsl-arch@jaseg.de>2020-02-27 14:39:18 +0100
committerjaseg <git-bigdata-wsl-arch@jaseg.de>2020-02-27 14:39:18 +0100
commitb489a1b12f2f574ed24237601b3797b58d302196 (patch)
treefe9bbd687c6ea9d3fe4f453f3419810f3c7e9ad4 /.gitmodules
parentfcbdab4ab27e83acf0ed721583db4ddbf6222341 (diff)
downloadmaster-thesis-b489a1b12f2f574ed24237601b3797b58d302196.tar.gz
master-thesis-b489a1b12f2f574ed24237601b3797b58d302196.tar.bz2
master-thesis-b489a1b12f2f574ed24237601b3797b58d302196.zip
Add a bunch of deps
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index dee64b1..9560dfb 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -4,3 +4,12 @@
[submodule "controller/fw/mspdebug"]
path = controller/fw/mspdebug
url = https://github.com/dlbeer/mspdebug
+[submodule "controller/fw/cmsis"]
+ path = controller/fw/cmsis
+ url = https://github.com/ARM-software/CMSIS_5
+[submodule "controller/fw/libsodium"]
+ path = controller/fw/libsodium
+ url = https://github.com/jedisct1/libsodium
+[submodule "controller/fw/tinyaes"]
+ path = controller/fw/tinyaes
+ url = https://github.com/kokke/tiny-AES-c