-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.gitmodules
30 lines (30 loc) · 923 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
26
27
28
29
30
[submodule "aseba"]
path = aseba
url = https://github.com/aseba-community/aseba.git
[submodule "ChibiOS"]
path = ChibiOS
url = https://github.com/e-puck2/ChibiOS_3.1.0.git
[submodule "src/chibios-syscalls"]
path = src/chibios-syscalls
url = https://github.com/cvra/chibios-syscalls
[submodule "src/cmp"]
path = src/cmp
url = https://github.com/cvra/cmp
[submodule "src/cmp_mem_access"]
path = src/cmp_mem_access
url = https://github.com/cvra/cmp_mem_access
[submodule "src/crc"]
path = src/crc
url = https://github.com/cvra/crc
[submodule "src/parameter"]
path = src/parameter
url = https://github.com/cvra/parameter
[submodule "src/test-runner"]
path = src/test-runner
url = https://github.com/cvra/test-runner
[submodule "src/msgbus"]
path = src/msgbus
url = https://github.com/cvra/msgbus
[submodule "src/serial-datagram"]
path = src/serial-datagram
url = https://github.com/cvra/serial-datagram.git