-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy path.gitmodules
42 lines (42 loc) · 2.15 KB
/
.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
31
32
33
34
35
36
37
38
39
40
41
42
[submodule "hardware/firmware/box_rp2040/vendor/st7789"]
path = hardware/firmware/box_rp2040/vendor/st7789
[submodule "hardware/firmware/box_rp2040/vendor/mcufont"]
path = hardware/firmware/box_rp2040/vendor/mcufont
[submodule "hardware/firmware/box_rp2040/vendor/comic-shanns"]
path = hardware/firmware/box_rp2040/vendor/comic-shanns
[submodule "hardware/firmware/box_rp2040/vendor/pico-sdk"]
path = hardware/firmware/box_rp2040/vendor/pico-sdk
[submodule "hardware/firmware/audio_board/vendor/Wire"]
path = hardware/firmware/audio_board/vendor/Wire
url = https://github.com/PaulStoffregen/Wire.git
[submodule "hardware/firmware/audio_board/vendor/SPI"]
path = hardware/firmware/audio_board/vendor/SPI
url = https://github.com/PaulStoffregen/SPI.git
[submodule "hardware/firmware/audio_board/vendor/OSC"]
path = hardware/firmware/audio_board/vendor/OSC
url = https://github.com/CNMAT/OSC
[submodule "hardware/firmware/audio_board/vendor/ST7735_t3"]
path = hardware/firmware/audio_board/vendor/ST7735_t3
url = https://github.com/PaulStoffregen/ST7735_t3
[submodule "hardware/pcbs/kicad_libs/mta100"]
path = hardware/pcbs/kicad_libs/mta100
url = https://github.com/MartijnBraam/MTA-100
[submodule "hardware/firmware/box_rp2040/vendor/tca9534"]
path = hardware/firmware/box_rp2040/vendor/tca9534
[submodule "hardware/firmware/box_rp2040/vendor/rp2040_tca9534"]
path = hardware/firmware/box_rp2040/vendor/rp2040_tca9534
[submodule "hardware/firmware/audio_board/vendor/SD"]
path = hardware/firmware/audio_board/vendor/SD
url = https://github.com/PaulStoffregen/SD
[submodule "hardware/firmware/audio_board/vendor/SdFat"]
path = hardware/firmware/audio_board/vendor/SdFat
url = https://github.com/PaulStoffregen/SdFat
[submodule "hardware/firmware/audio_board/vendor/SerialFlash"]
path = hardware/firmware/audio_board/vendor/SerialFlash
url = https://github.com/PaulStoffregen/SerialFlash