forked from keepkey/keepkey-firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
23 lines (23 loc) · 886 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[submodule "deps/device-protocol"]
path = deps/device-protocol
url = https://github.com/greatwolf/device-protocol.git
branch = master-UNOFFICIAL
[submodule "deps/trezor-firmware"]
path = deps/crypto/trezor-firmware
url = https://github.com/keepkey/trezor-firmware.git
[submodule "googletest"]
path = deps/googletest
url = https://github.com/google/googletest.git
[submodule "code-signing-keys"]
path = code-signing-keys
url = https://github.com/keepkey/code-signing-keys.git
[submodule "deps/python-keepkey"]
path = deps/python-keepkey
url = https://github.com/keepkey/python-keepkey.git
branch = master
[submodule "deps/qrenc/QR-Code-generator"]
path = deps/qrenc/QR-Code-generator
url = https://github.com/keepkey/QR-Code-generator.git
[submodule "deps/sca-hardening/SecAESSTM32"]
path = deps/sca-hardening/SecAESSTM32
url = https://github.com/keepkey/SecAESSTM32.git