-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
32 lines (32 loc) · 1.24 KB
/
.gitmodules
File metadata and controls
32 lines (32 loc) · 1.24 KB
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/STM32WBAxx_HAL_Driver"]
path = Drivers/STM32WBAxx_HAL_Driver
url = https://github.com/STMicroelectronics/stm32wbaxx-hal-driver.git
branch = main
[submodule "Drivers/CMSIS/Device/ST/STM32WBAxx"]
path = Drivers/CMSIS/Device/ST/STM32WBAxx
url = https://github.com/STMicroelectronics/cmsis-device-wba.git
branch = main
[submodule "Middlewares/ST/filex"]
path = Middlewares/ST/filex
url = https://github.com/STMicroelectronics/stm32-mw-filex.git
branch = main
[submodule "Middlewares/ST/levelx"]
path = Middlewares/ST/levelx
url = https://github.com/STMicroelectronics/stm32-mw-levelx.git
branch = main
[submodule "Middlewares/ST/usbx"]
path = Middlewares/ST/usbx
url = https://github.com/STMicroelectronics/stm32-mw-usbx.git
branch = main
[submodule "Drivers/BSP/STM32WBAxx_Nucleo"]
path = Drivers/BSP/STM32WBAxx_Nucleo
url = https://github.com/STMicroelectronics/stm32wbaxx-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/FreeRTOS"]
path = Middlewares/Third_Party/FreeRTOS
url = https://github.com/STMicroelectronics/stm32-mw-freertos.git
branch = master