-
Notifications
You must be signed in to change notification settings - Fork 126
Expand file tree
/
Copy path.gitmodules
More file actions
83 lines (63 loc) · 2.07 KB
/
.gitmodules
File metadata and controls
83 lines (63 loc) · 2.07 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
[submodule "libsodium/libsodium"]
path = libsodium/libsodium
url = https://github.com/jedisct1/libsodium.git
[submodule "cbor/tinycbor"]
path = cbor/tinycbor
url = https://github.com/intel/tinycbor.git
[submodule "nghttp/nghttp2"]
path = nghttp/nghttp2
url = https://github.com/nghttp2/nghttp2.git
[submodule "expat/expat"]
path = expat/expat
url = https://github.com/libexpat/libexpat.git
[submodule "coap/libcoap"]
path = coap/libcoap
url = https://github.com/obgm/libcoap.git
[submodule "eigen/eigen"]
path = eigen/eigen
url = https://gitlab.com/libeigen/eigen.git
[submodule "fmt/fmt"]
path = fmt/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "esp_delta_ota/detools"]
path = esp_delta_ota/detools
url = https://github.com/eerimoq/detools.git
[submodule "quirc/quirc"]
path = quirc/quirc
url = https://github.com/dlbeer/quirc.git
[submodule "zlib/zlib"]
path = zlib/zlib
url = https://github.com/madler/zlib.git
[submodule "libpng/libpng"]
path = libpng/libpng
url = https://github.com/glennrp/libpng.git
[submodule "coremark/coremark"]
path = coremark/coremark
url = https://github.com/eembc/coremark.git
[submodule "freetype/freetype"]
path = freetype/freetype
url = https://github.com/freetype/freetype.git
[submodule "catch2/Catch2"]
path = catch2/Catch2
url = https://github.com/catchorg/Catch2.git
[submodule "dhara/dhara"]
path = dhara/dhara
url = https://github.com/dlbeer/dhara.git
[submodule "supertinycron/supertinycron"]
path = supertinycron/supertinycron
url = https://github.com/exander77/supertinycron.git
[submodule "thorvg/thorvg"]
path = thorvg/thorvg
url = https://github.com/thorvg/thorvg
[submodule "libjpeg-turbo/libjpeg-turbo"]
path = libjpeg-turbo/libjpeg-turbo
url = https://github.com/libjpeg-turbo/libjpeg-turbo.git
[submodule "argtable3/argtable3"]
path = argtable3/argtable3
url = https://github.com/argtable/argtable3.git
[submodule "esp_isotp/isotp-c"]
path = esp_isotp/isotp-c
url = https://github.com/SimonCahill/isotp-c.git
[submodule "cjson/cJSON"]
path = cjson/cJSON
url = https://github.com/DaveGamble/cJSON.git