-
Notifications
You must be signed in to change notification settings - Fork 6
/
.gitmodules
32 lines (32 loc) · 1.35 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
29
30
31
32
[submodule "Drivers/CMSIS/Device/ST/STM32U5xx"]
path = Drivers/CMSIS/Device/ST/STM32U5xx
url = https://github.com/STMicroelectronics/cmsis_device_u5.git
branch = main
[submodule "Drivers/STM32U5xx_HAL_Driver"]
path = Drivers/STM32U5xx_HAL_Driver
url = https://github.com/STMicroelectronics/stm32u5xx_hal_driver.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 "Drivers/BSP/Components/mfxstm32l152"]
path = Drivers/BSP/Components/mfxstm32l152
url = https://github.com/STMicroelectronics/stm32-mfxstm32l152.git
branch = main
[submodule "Drivers/BSP/STM32U5xx_Nucleo"]
path = Drivers/BSP/STM32U5xx_Nucleo
url = https://github.com/STMicroelectronics/stm32u5xx-nucleo.git
branch = main
[submodule "Middlewares/Third_Party/FreeRTOS"]
path = Middlewares/Third_Party/FreeRTOS
url = https://github.com/STMicroelectronics/stm32_mw_freertos.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