-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
30 lines (30 loc) · 1.05 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
[submodule "src/libs/GFX"]
path = src/libs/GFX
url = https://github.com/adafruit/Adafruit-GFX-Library.git
[submodule "src/libs/ArduinoCore"]
path = src/libs/ArduinoCore
url = https://github.com/arduino/ArduinoCore-avr.git
[submodule "src/libs/BusIO"]
path = src/libs/BusIO
url = https://github.com/adafruit/Adafruit_BusIO.git
[submodule "src/libs/ST77XX"]
path = src/libs/ST77XX
url = https://github.com/adafruit/Adafruit-ST7735-Library.git
[submodule "src/libs/apple2"]
path = src/libs/apple2
url = https://github.com/kevinfrei/linapple.git
[submodule "src/libs/T4_PXP"]
path = src/libs/T4_PXP
url = https://github.com/vjmuzik/T4_PXP.git
[submodule "src/libs/GFX_Buffer"]
path = src/libs/GFX_Buffer
url = https://github.com/vjmuzik/Adafruit_GFX_Buffer.git
[submodule "src/libs/AsyncDMA"]
path = src/libs/AsyncDMA
url = https://github.com/kevinfrei/AsyncDMA_ST77XX
[submodule "src/libs/8875"]
path = src/libs/8875
url = https://github.com/adafruit/Adafruit_RA8875.git
[submodule "SdAda"]
path = src/libs/SdFat
url = https://github.com/adafruit/SdFat.git