forked from solettaproject/soletta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
25 lines (25 loc) · 778 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
24
25
[submodule "src/thirdparty/duktape"]
path = src/thirdparty/duktape
url = https://github.com/solettaproject/duktape-release.git
ignore = dirty
branch = master
[submodule "src/thirdparty/tinycbor"]
path = src/thirdparty/tinycbor
url = https://github.com/01org/tinycbor/
ignore = dirty
branch = master
[submodule "src/thirdparty/tinydtls"]
path = src/thirdparty/tinydtls
url = git://git.code.sf.net/p/tinydtls/code
ignore = dirty
branch = master
[submodule "src/thirdparty/mavlink"]
path = src/thirdparty/mavlink
url = https://github.com/mavlink/c_library.git
ignore = dirty
branch = master
[submodule "src/thirdparty/oic-data-models"]
path = src/thirdparty/oic-data-models
url = https://github.com/OpenInterConnect/IoTDataModels
ignore = dirty
branch = master