diff options
author | Rob Austein <sra@hactrn.net> | 2016-06-25 19:53:24 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-06-25 19:53:24 -0400 |
commit | 8ef9164cae87ef9182a31b95d9185d3541d9e1fb (patch) | |
tree | 48664ddcb5c03c8aeaf7fe100771ae04c3254183 | |
parent | 5d25ca8e4110e86c40a0c8f9dc645132f43309f3 (diff) |
Drag in latest subrepos.
-rw-r--r-- | .gitmodules | 9 | ||||
m--------- | sw/libhal | 0 | ||||
m--------- | sw/stm32 | 0 | ||||
m--------- | sw/thirdparty/libtfm | 0 | ||||
m--------- | user/ft/libcli | 0 |
5 files changed, 9 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 719957a..77a2f38 100644 --- a/.gitmodules +++ b/.gitmodules @@ -43,3 +43,12 @@ [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 diff --git a/sw/libhal b/sw/libhal new file mode 160000 +Subproject 2cd3b6fabe5e32f169257caf5532b2bf9c83f80 diff --git a/sw/stm32 b/sw/stm32 -Subproject 1865d6de2c9f1ccdc0028fc7369df1be2e0b455 +Subproject e3db117ae05a248773abe4b7ec2ef95ed7203b8 diff --git a/sw/thirdparty/libtfm b/sw/thirdparty/libtfm new file mode 160000 +Subproject 3d85df561a40cb4f08aeecb236860c189ed4343 diff --git a/user/ft/libcli b/user/ft/libcli new file mode 160000 +Subproject 54c6b8649b1a13e69a908c96e8d4d19cf8d7284 |