diff options
author | Rob Austein <sra@hactrn.net> | 2018-07-14 18:36:03 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2018-07-14 18:36:03 -0400 |
commit | 31fd08d364e5c6d1a7d27a408cdf3368f63d1424 (patch) | |
tree | da697bfe64e387ae5cebdfbdd517336c46e15b4e /.gitmodules | |
parent | 38b90453bc26e73b827104219f1cfd014ea5f6ca (diff) |
First attempt at integrating Pavel's fmc_clk (synchronous FMC bus) code.
May not work out of the box, but committing this is the easiest way to
let multiple people test the same build configuration.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index aaab9b4..df422da 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,6 +7,7 @@ [submodule "source/core/comm/fmc"] path = source/core/comm/fmc url = https://git.cryptech.is/core/comm/fmc.git + branch = fmc_clk [submodule "source/core/comm/uart"] path = source/core/comm/uart url = https://git.cryptech.is/core/comm/uart.git @@ -25,6 +26,7 @@ [submodule "source/core/platform/alpha"] path = source/core/platform/alpha url = https://git.cryptech.is/core/platform/alpha.git + branch = fmc_clk [submodule "source/core/rng/avalanche_entropy"] path = source/core/rng/avalanche_entropy url = https://git.cryptech.is/core/rng/avalanche_entropy.git @@ -49,6 +51,7 @@ [submodule "source/sw/stm32"] path = source/sw/stm32 url = https://git.cryptech.is/sw/stm32.git + branch = fmc_clk [submodule "source/sw/thirdparty/libtfm"] path = source/sw/thirdparty/libtfm url = https://git.cryptech.is/sw/thirdparty/libtfm.git |