From b489a1b12f2f574ed24237601b3797b58d302196 Mon Sep 17 00:00:00 2001 From: jaseg Date: Thu, 27 Feb 2020 14:39:18 +0100 Subject: Add a bunch of deps --- .gitmodules | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.gitmodules') 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 -- cgit