diff options
| author | Ha Thach <[email protected]> | 2022-10-20 16:12:28 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-10-20 16:12:28 +0700 |
| commit | 55db123a85d464462562f4c64efa8d6ff5734dce (patch) | |
| tree | 6508a6c757632c681443c9851984c1d9819d2b2e | |
| parent | 39be00975cc5a1238e25650a2b1524635893f07d (diff) | |
| parent | 19208cd88dc57e6a385dbd4ce04cd9ad394c96c0 (diff) | |
Merge pull request #1696 from kasjer/kasjer/fix-stm32u5-submodules
stm32u5: Fix submodules paths
| -rw-r--r-- | .gitmodules | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules index aafb0f520..dcac0d9ab 100644 --- a/.gitmodules +++ b/.gitmodules @@ -149,9 +149,9 @@ [submodule "hw/mcu/raspberry_pi/Pico-PIO-USB"] path = hw/mcu/raspberry_pi/Pico-PIO-USB url = https://github.com/sekigon-gonnoc/Pico-PIO-USB.git -[submodule "/home/ubuntu/tinyusb/hw/mcu/st/cmsis_device_u5"] - path = /home/ubuntu/tinyusb/hw/mcu/st/cmsis_device_u5 +[submodule "hw/mcu/st/cmsis_device_u5"] + path = hw/mcu/st/cmsis_device_u5 url = https://github.com/STMicroelectronics/cmsis_device_u5 -[submodule "/home/ubuntu/tinyusb/hw/mcu/st/stm32u5xx_hal_driver"] - path = /home/ubuntu/tinyusb/hw/mcu/st/stm32u5xx_hal_driver +[submodule "hw/mcu/st/stm32u5xx_hal_driver"] + path = hw/mcu/st/stm32u5xx_hal_driver url = https://github.com/STMicroelectronics/stm32u5xx_hal_driver |
