-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
23 lines (22 loc) · 800 Bytes
/
.gitmodules
File metadata and controls
23 lines (22 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[submodule "sdk/pico-sdk"]
path = sdk/pico-sdk
url = https://github.com/raspberrypi/pico-sdk.git
[submodule "sdk/pico-extras"]
path = sdk/pico-extras
url = https://github.com/raspberrypi/pico-extras.git
[submodule "third_party/picotool"]
path = third_party/picotool
url = https://github.com/raspberrypi/picotool.git
[submodule "third_party/heavylib"]
path = third_party/heavylib
url = https://github.com/Wasted-Audio/heavylib.git
[submodule "third_party/hvcc"]
path = third_party/hvcc
url = https://github.com/Wasted-Audio/hvcc.git
branch = develop
[submodule "third_party/pico-mpr121"]
path = third_party/pico-mpr121
url = https://github.com/antgon/pico-mpr121.git
[submodule "third_party/multibutton"]
path = third_party/multibutton
url = https://github.com/0x1abin/MultiButton.git