diff options
author | Rob Austein <sra@hactrn.net> | 2016-06-27 16:26:25 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-06-27 16:26:25 -0400 |
commit | 0f3cc3aa55bcc6476d721f9fbb8dfe8559d85ff7 (patch) | |
tree | b26632f3ff40fe79fabc07e5d63be4953ef71df9 /firmware/.gitmodules | |
parent | f7aa0ad426ddfc01f66212a6c4f5cf352400faf2 (diff) |
First cut at consolidated alpha releng.
Undoubtedly doesn't work yet, and still needs doc, but perhaps now
ready for testing on build machine.
Diffstat (limited to 'firmware/.gitmodules')
-rw-r--r-- | firmware/.gitmodules | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/firmware/.gitmodules b/firmware/.gitmodules deleted file mode 100644 index 77a2f38..0000000 --- a/firmware/.gitmodules +++ /dev/null @@ -1,54 +0,0 @@ -[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 -[submodule "sw/libhal"] - path = sw/libhal - url = https://git.cryptech.is/sw/libhal.git -[submodule "sw/thirdparty/libtfm"] - path = sw/thirdparty/libtfm - url = https://git.cryptech.is/sw/thirdparty/libtfm.git -[submodule "user/ft/libcli"] - path = user/ft/libcli - url = https://git.cryptech.is/user/ft/libcli.git |