-
Notifications
You must be signed in to change notification settings - Fork 48
/
.gitmodules
27 lines (27 loc) · 921 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
[submodule "sim"]
path = sim
url = [email protected]:Zeroth-Robotics/sim.git
[submodule "runtime/firmware/tpu-sdk-sg200x"]
path = runtime/firmware/tpu-sdk-sg200x
url = https://github.com/milkv-duo/tpu-sdk-sg200x.git
[submodule "runtime/firmware/duo-sdk"]
path = runtime/firmware/duo-sdk
url = https://github.com/milkv-duo/duo-sdk.git
[submodule "runtime/models/tpu-mlir"]
path = runtime/models/tpu-mlir
url = https://github.com/milkv-duo/tpu-mlir.git
[submodule "models/tpu-mlir"]
path = models/tpu-mlir
url = https://github.com/milkv-duo/tpu-mlir.git
[submodule "runtime/tonic"]
path = runtime/tonic
url = https://github.com/hyperium/tonic.git
[submodule "client-py"]
path = client-py
url = https://github.com/zeroth-robotics/client-py
[submodule "docs"]
path = docs
url = https://github.com/zeroth-robotics/docs
[submodule "buildroot"]
path = buildroot
url = https://github.com/zeroth-robotics/buildroot