-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.gitmodules
More file actions
63 lines (63 loc) · 2.63 KB
/
.gitmodules
File metadata and controls
63 lines (63 loc) · 2.63 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
[submodule "third_party/ca-certificates"]
path = third_party/ca-certificates
url = https://android.googlesource.com/platform/system/ca-certificates
[submodule "third_party/pimoroni-eagle"]
path = third_party/pimoroni-eagle
url = git@github.com:pimoroni/eagle.git
[submodule "third_party/pi-gen"]
path = third_party/pi-gen
url = git@github.com:dennisss/pi-gen.git
[submodule "third_party/libcamera"]
path = third_party/libcamera/repo
url = https://git.libcamera.org/libcamera/libcamera.git
[submodule "third_party/rp2040_stamp_footprints"]
path = third_party/rp2040_stamp_footprints
url = git@github.com:solderparty/rp2040_stamp_footprints.git
[submodule "third_party/kicad_oled"]
path = third_party/kicad_oled
url = git@github.com:MichMich/KiCad-SSD1306_OLED-0.91-128x32.git
[submodule "third_party/flexypin"]
path = third_party/flexypin
url = git@github.com:solderparty/flexypin.git
[submodule "third_party/commonmark-spec"]
path = third_party/commonmark-spec
url = git@github.com:commonmark/commonmark-spec.git
[submodule "third_party/google/apis"]
path = third_party/googleapis/repo
url = git@github.com:googleapis/googleapis.git
[submodule "third_party/voron_0"]
path = third_party/voron_0/base
url = git@github.com:VoronDesign/Voron-0.git
[submodule "third_party/voron_0_tulip"]
path = third_party/voron_0/tulip
url = git@github.com:Amekyras/tulip.git
[submodule "third_party/stm/cmsis_device_c0"]
path = third_party/stm/cmsis_device_c0
url = https://github.com/STMicroelectronics/cmsis_device_c0.git
[submodule "third_party/stm/cmsis_core"]
path = third_party/stm/cmsis_core
url = https://github.com/STMicroelectronics/cmsis_core.git
[submodule "third_party/stm/cmsis_device_f4"]
path = third_party/stm/cmsis_device_f4
url = https://github.com/STMicroelectronics/cmsis_device_f4
[submodule "third_party/stm/cmsis_device_g0"]
path = third_party/stm/cmsis_device_g0
url = https://github.com/STMicroelectronics/cmsis-device-g0.git
[submodule "third_party/rpi/linux"]
path = third_party/rpi/linux
url = https://github.com/raspberrypi/linux
[submodule "third_party/avr/megaTinyCore"]
path = third_party/avr/megaTinyCore
url = https://github.com/SpenceKonde/megaTinyCore.git
[submodule "third_party/rpi/utils"]
path = third_party/rpi/utils
url = https://github.com/raspberrypi/utils.git
[submodule "third_party/rpi/pico-sdk"]
path = third_party/rpi/pico-sdk
url = git@github.com:raspberrypi/pico-sdk.git
[submodule "third_party/ar0234-v4l2-driver"]
path = third_party/ar0234-v4l2-driver
url = git@github.com:dennisss/ar0234-v4l2-driver.git
[submodule "third_party/rpi/usbboot"]
path = third_party/rpi/usbboot
url = git@github.com:raspberrypi/usbboot.git