forked from prokey-io/prokey-optimum-firmware
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
23 lines (23 loc) · 842 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/nanopb"]
path = vendor/nanopb
url = https://github.com/nanopb/nanopb.git
ignore = untracked
[submodule "vendor/QR-Code-generator"]
path = vendor/QR-Code-generator
url = https://github.com/nayuki/QR-Code-generator.git
ignore = untracked
[submodule "crypto/tests/wycheproof"]
path = crypto/tests/wycheproof
url = https://github.com/google/wycheproof
[submodule "vendor/libopencm3"]
path = vendor/libopencm3
url = https://github.com/libopencm3/libopencm3.git
[submodule "emulator/wsServer"]
path = emulator/wsServer
url = https://github.com/prokey-io/wsServer.git
[submodule "common/defs/ethereum/tokens"]
path = common/defs/ethereum/tokens
url = https://github.com/prokey-io/tokens.git
[submodule "common/defs/ethereum/chains"]
path = common/defs/ethereum/chains
url = https://github.com/prokey-io/chains.git