From 31fd08d364e5c6d1a7d27a408cdf3368f63d1424 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sat, 14 Jul 2018 18:36:03 -0400 Subject: 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. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') 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 -- cgit v1.2.3