Update submodule URLs to use HTTPS instead of SSH
Some checks failed
Manuelles Build mit ISE / build (push) Failing after 4s

This commit is contained in:
2025-04-22 17:25:05 +00:00
parent 795981beef
commit dc35fa925e

8
.gitmodules vendored
View File

@@ -1,12 +1,12 @@
[submodule "libs/AXI-HS-MUX"]
path = libs/AXI-HS-MUX
url = ssh://git@git.0xmax42.io:33612/maxp/AXI-HS-MUX.git
url = https://git.0xmax42.io/maxp/AXI-HS-MUX.git
[submodule "libs/AXI-HS-Scheduler"]
path = libs/AXI-HS-Scheduler
url = ssh://git@git.0xmax42.io:33612/maxp/AXI-HS-Scheduler.git
url = https://git.0xmax42.io/maxp/AXI-HS-Scheduler.git
[submodule "build"]
path = build
url = ssh://git@git.0xmax42.io:33612/maxp/Xilinx-ISE-Build.git
url = https://git.0xmax42.io/maxp/Xilinx-ISE-Build.git
[submodule "libs/Pipeline-AXI-Handshake"]
path = libs/Pipeline-AXI-Handshake
url = ssh://git@git.0xmax42.io:33612/maxp/Pipeline-AXI-Handshake.git
url = https://git.0xmax42.io/maxp/Pipeline-AXI-Handshake.git