[rtems commit] Revert "change localy hosted submodule urls to relative"

Karel Gardas karel at rtems.org
Tue Jul 18 13:12:48 UTC 2023


Module:    rtems
Branch:    master
Commit:    6f51b6a45eefa7ca4d002340535555f84056181d
Changeset: http://git.rtems.org/rtems/commit/?id=6f51b6a45eefa7ca4d002340535555f84056181d

Author:    Karel Gardas <karel at functional.vision>
Date:      Mon Jul 17 14:06:59 2023 +0200

Revert "change localy hosted submodule urls to relative"

This reverts commit 0112d6630312dd0a5cb63cc04cb6ea1b4ba84f7e.

---

 .gitmodules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitmodules b/.gitmodules
index a196278ceb..7638fb1aa8 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -3,9 +3,9 @@
 	url = https://github.com/ARM-software/CMSIS_5.git
 [submodule "hals/arm/stm32h7/stm32h7xx_hal_driver"]
 	path = hals/arm/stm32h7/stm32h7xx_hal_driver
-	url = stm32h7xx_hal_driver.git
+	url = https://github.com/karelfv/stm32h7xx_hal_driver.git
 	branch = rtems-6-2023-07-14
 [submodule "hals/arm/stm32h7/cmsis_device_h7"]
 	path = hals/arm/stm32h7/cmsis_device_h7
-	url = cmsis_device_h7.git
+	url = https://github.com/karelfv/cmsis_device_h7.git
 	branch = rtems-6-2023-07-14



More information about the vc mailing list