-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy path.gitmodules
More file actions
52 lines (52 loc) · 2.01 KB
/
.gitmodules
File metadata and controls
52 lines (52 loc) · 2.01 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[submodule "Drivers/STM32C0xx_HAL_Driver"]
path = Drivers/STM32C0xx_HAL_Driver
url = https://github.com/STMicroelectronics/stm32c0xx_hal_driver.git
branch = main
[submodule "Drivers/CMSIS/Device/ST/STM32C0xx"]
path = Drivers/CMSIS/Device/ST/STM32C0xx
url = https://github.com/STMicroelectronics/cmsis_device_c0.git
branch = main
[submodule "Drivers/BSP/STM32C0xx_Nucleo"]
path = Drivers/BSP/STM32C0xx_Nucleo
url = https://github.com/STMicroelectronics/nucleo-c031c6-bsp.git
branch = main
[submodule "Drivers/BSP/STM32C0116-DK"]
path = Drivers/BSP/STM32C0116-DK
url = https://github.com/STMicroelectronics/stm32c0116-dk-bsp.git
branch = main
[submodule "Drivers/BSP/STM32C0316-DK"]
path = Drivers/BSP/STM32C0316-DK
url = https://github.com/STMicroelectronics/stm32c0316-dk-bsp.git
branch = main
[submodule "Drivers/BSP/Components/Common"]
path = Drivers/BSP/Components/Common
url = https://github.com/STMicroelectronics/stm32-bsp-common
branch = main
[submodule "Middlewares/Third_Party/mbed-crypto"]
path = Middlewares/Third_Party/mbed-crypto
url = https://github.com/STMicroelectronics/stm32-mw-mbedtls.git
branch = main
[submodule "Middlewares/ST/cmsis_rtos_threadx"]
path = Middlewares/ST/cmsis_rtos_threadx
url = https://github.com/STMicroelectronics/stm32-mw-cmsis-rtos-tx.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/threadx"]
path = Middlewares/ST/threadx
url = https://github.com/STMicroelectronics/stm32-mw-threadx.git
branch = main
[submodule "Middlewares/ST/usbx"]
path = Middlewares/ST/usbx
url = https://github.com/STMicroelectronics/stm32-mw-usbx.git
branch = main
[submodule "Middlewares/ST/OpenBootloader"]
path = Middlewares/ST/OpenBootloader
url = https://github.com/STMicroelectronics/stm32-mw-openbl.git
branch = main