-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
35 lines (32 loc) · 1.11 KB
/
.gitmodules
File metadata and controls
35 lines (32 loc) · 1.11 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
# Base platform and buildsystem
[submodule "test/zoo/thinnect.node-buildsystem"]
path = test/zoo/thinnect.node-buildsystem
url = https://github.com/thinnect/node-buildsystem.git
branch = master
[submodule "test/zoo/thinnect.node-platform"]
path = test/zoo/thinnect.node-platform
url = https://github.com/thinnect/node-platform.git
branch = newmaster
[submodule "test/zoo/thinnect.lll"]
path = test/zoo/thinnect.lll
url = https://github.com/thinnect/lll.git
branch = master
# Platforms
[submodule "test/zoo/thinnect.dev-platforms"]
path = test/zoo/thinnect.dev-platforms
url = https://github.com/thinnect/dev-platforms.git
branch = master
# SDK, OS, CMSIS
[submodule "test/zoo/FreeRTOS-Kernel"]
path = test/zoo/FreeRTOS-Kernel
url = https://github.com/FreeRTOS/FreeRTOS-Kernel
branch = master
[submodule "test/zoo/thinnect.cmsis-freertos"]
path = test/zoo/thinnect.cmsis-freertos
url = https://github.com/thinnect/cmsis-freertos
branch = master
# External tools
[submodule "test/zoo/graphitemaster.incbin"]
path = test/zoo/graphitemaster.incbin
url = https://github.com/graphitemaster/incbin.git
branch = main