forked from openthread/ot-commissioner
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
32 lines (32 loc) · 1.02 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[submodule "third_party/mbedtls/repo"]
path = third_party/mbedtls/repo
url = https://github.com/ARMmbed/mbedtls.git
branch = master
[submodule "third_party/Catch2/repo"]
path = third_party/Catch2/repo
url = https://github.com/catchorg/Catch2.git
branch = master
[submodule "third_party/json/repo"]
path = third_party/json/repo
url = https://github.com/nlohmann/json.git
branch = develop
[submodule "third_party/libevent/repo"]
path = third_party/libevent/repo
url = https://github.com/libevent/libevent
branch = master
[submodule "third_party/COSE-C/repo"]
path = third_party/COSE-C/repo
url = https://github.com/wgtdkp/COSE-C.git
branch = master
[submodule "third_party/cn-cbor/repo"]
path = third_party/cn-cbor/repo
url = https://github.com/jimsch/cn-cbor.git
branch = master
[submodule "third_party/mdns/repo"]
path = third_party/mdns/repo
url = https://github.com/wgtdkp/mdns.git
branch = master
[submodule "third_party/fmtlib/repo"]
path = third_party/fmtlib/repo
url = https://github.com/fmtlib/fmt.git
branch = master