-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path.gitmodules
More file actions
27 lines (27 loc) · 760 Bytes
/
.gitmodules
File metadata and controls
27 lines (27 loc) · 760 Bytes
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 "src/Cli"]
path = src/Cli
url = ssh://[email protected]/microfarad-de/Cli.git
branch = li-charger
[submodule "src/Adc"]
path = src/Adc
url = ssh://[email protected]/microfarad-de/Adc.git
branch = li-charger
[submodule "src/Trace"]
path = src/Trace
url = ssh://[email protected]/microfarad-de/Trace.git
branch = li-charger
[submodule "src/Nvm"]
path = src/Nvm
url = ssh://[email protected]/microfarad-de/Nvm.git
branch = li-charger
[submodule "src/Led"]
path = src/Led
url = ssh://[email protected]/microfarad-de/Led.git
branch = li-charger
[submodule "src/MathMf"]
path = src/MathMf
url = ssh://[email protected]/microfarad-de/MathMf
branch = li-charger
[submodule "arduino-mk"]
path = arduino-mk
url = ssh://[email protected]/sudar/Arduino-Makefile