Using now submodules for part that exist in other repository

This commit is contained in:
Godzil
2019-03-04 12:37:17 +00:00
parent d1d11f4b8f
commit 3a9d04b982
4 changed files with 12 additions and 0 deletions

9
.gitmodules vendored Normal file
View File

@@ -0,0 +1,9 @@
[submodule "gd"]
path = gd
url = https://github.com/Godzil/gd1.git
[submodule "j0/firmware"]
path = j0/firmware
url = https://github.com/Godzil/gd1-sdk.git
[submodule "fpga/textmode"]
path = fpga/textmode
url = https://github.com/Godzil/gd-textmode.git

1
fpga/textmode Submodule

Submodule fpga/textmode added at cb1f25e1b5

1
gd Submodule

Submodule gd added at b5e4f0a053

1
j0/firmware Submodule

Submodule j0/firmware added at a6d60f5601