-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
28 lines (28 loc) · 1.17 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[submodule "Drivers/STM32U3xx_HAL_Driver"]
path = Drivers/STM32U3xx_HAL_Driver
url = https://github.com/STMicroelectronics/stm32u3xx-hal-driver.git
branch = main
[submodule "Drivers/CMSIS/Device/ST/STM32U3xx"]
path = Drivers/CMSIS/Device/ST/STM32U3xx
url = https://github.com/STMicroelectronics/cmsis-device-u3.git
branch = main
[submodule "Drivers/BSP/STM32U3xx_Nucleo"]
path = Drivers/BSP/STM32U3xx_Nucleo
url = https://github.com/STMicroelectronics/stm32u3xx-nucleo-bsp.git
branch = main
[submodule "Drivers/BSP/Components/Common"]
path = Drivers/BSP/Components/Common
url = https://github.com/STMicroelectronics/stm32-bsp-common.git
branch = main
[submodule "Middlewares/Third_Party/FatFs"]
path = Middlewares/Third_Party/FatFs
url = https://github.com/STMicroelectronics/stm32-mw-fatfs.git
branch = master
[submodule "Middlewares/ST/STM32_USB_Device_Library"]
path = Middlewares/ST/STM32_USB_Device_Library
url = https://github.com/STMicroelectronics/stm32-mw-usb-device.git
branch = master
[submodule "Middlewares/ST/STM32_USB_Host_Library"]
path = Middlewares/ST/STM32_USB_Host_Library
url = https://github.com/STMicroelectronics/stm32-mw-usb-host.git
branch = master