forked from trezor/trezor-firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
23 lines (23 loc) · 827 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 "vendor/micropython"]
path = vendor/micropython
url = https://github.com/trezor/micropython.git
[submodule "vendor/QR-Code-generator"]
path = vendor/QR-Code-generator
url = https://github.com/nayuki/QR-Code-generator.git
ignore = untracked
[submodule "vendor/secp256k1-zkp"]
path = vendor/secp256k1-zkp
url = https://github.com/bitcoin-core/secp256k1.git
[submodule "crypto/tests/wycheproof"]
path = crypto/tests/wycheproof
url = https://github.com/google/wycheproof
[submodule "legacy/libopencm3"]
path = vendor/libopencm3
url = https://github.com/libopencm3/libopencm3.git
[submodule "legacy/vendor/nanopb"]
path = vendor/nanopb
url = https://github.com/nanopb/nanopb.git
ignore = untracked
[submodule "vendor/fido2-tests"]
path = vendor/fido2-tests
url = https://github.com/trezor/fido2-tests.git