-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitmodules
30 lines (30 loc) · 1.04 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 "pu"]
path = pu
url = https://github.com/PacoReinaCampo/PU-MSP430.git
[submodule "peripheral/dbg"]
path = peripheral/dbg
url = https://github.com/PacoReinaCampo/MPSoC-DBG.git
[submodule "peripheral/dma"]
path = peripheral/dma
url = https://github.com/PacoReinaCampo/MPSoC-DMA.git
[submodule "peripheral/gpio"]
path = peripheral/gpio
url = https://github.com/PacoReinaCampo/MPSoC-GPIO.git
[submodule "peripheral/mpi"]
path = peripheral/mpi
url = https://github.com/PacoReinaCampo/MPSoC-MPI.git
[submodule "peripheral/mpram"]
path = peripheral/mpram
url = https://github.com/PacoReinaCampo/MPSoC-MPRAM.git
[submodule "peripheral/msi"]
path = peripheral/msi
url = https://github.com/PacoReinaCampo/MPSoC-MSI.git
[submodule "peripheral/noc"]
path = peripheral/noc
url = https://github.com/PacoReinaCampo/MPSoC-NoC.git
[submodule "peripheral/spram"]
path = peripheral/spram
url = https://github.com/PacoReinaCampo/MPSoC-SPRAM.git
[submodule "peripheral/uart"]
path = peripheral/uart
url = https://github.com/PacoReinaCampo/MPSoC-UART.git