mirror of
https://github.com/hathach/tinyusb.git
synced 2025-03-23 13:20:54 +00:00
Merge pull request #1696 from kasjer/kasjer/fix-stm32u5-submodules
stm32u5: Fix submodules paths
This commit is contained in:
commit
55db123a85
8
.gitmodules
vendored
8
.gitmodules
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user