From d630816f9bbb6e1aec4d6fa583ca7ca5045c4f18 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 21 Jun 2016 17:59:44 -0400 Subject: First step towards Alpha board firmware release engineering. Committing and pushing early so I can do initial test builds on something with a little more horsepower. --- .gitmodules | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..719957a --- /dev/null +++ b/.gitmodules @@ -0,0 +1,45 @@ +[submodule "core/cipher/aes"] + path = core/cipher/aes + url = https://git.cryptech.is/core/cipher/aes.git +[submodule "core/cipher/chacha"] + path = core/cipher/chacha + url = https://git.cryptech.is/core/cipher/chacha.git +[submodule "core/comm/fmc"] + path = core/comm/fmc + url = https://git.cryptech.is/core/comm/fmc.git +[submodule "core/comm/uart"] + path = core/comm/uart + url = https://git.cryptech.is/core/comm/uart.git +[submodule "core/hash/sha1"] + path = core/hash/sha1 + url = https://git.cryptech.is/core/hash/sha1.git +[submodule "core/hash/sha256"] + path = core/hash/sha256 + url = https://git.cryptech.is/core/hash/sha256.git +[submodule "core/hash/sha512"] + path = core/hash/sha512 + url = https://git.cryptech.is/core/hash/sha512.git +[submodule "core/math/modexpa7"] + path = core/math/modexpa7 + url = https://git.cryptech.is/core/math/modexpa7.git +[submodule "core/platform/alpha"] + path = core/platform/alpha + url = https://git.cryptech.is/core/platform/alpha.git +[submodule "core/rng/avalanche_entropy"] + path = core/rng/avalanche_entropy + url = https://git.cryptech.is/core/rng/avalanche_entropy.git +[submodule "core/rng/rosc_entropy"] + path = core/rng/rosc_entropy + url = https://git.cryptech.is/core/rng/rosc_entropy.git +[submodule "core/rng/trng"] + path = core/rng/trng + url = https://git.cryptech.is/core/rng/trng.git +[submodule "core/rng/vndecorrelator"] + path = core/rng/vndecorrelator + url = https://git.cryptech.is/core/rng/vndecorrelator.git +[submodule "core/util/mkmif"] + path = core/util/mkmif + url = https://git.cryptech.is/core/util/mkmif.git +[submodule "sw/stm32"] + path = sw/stm32 + url = https://git.cryptech.is/sw/stm32.git -- cgit v1.2.3