-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy path.gitmodules
More file actions
104 lines (104 loc) · 4.1 KB
/
.gitmodules
File metadata and controls
104 lines (104 loc) · 4.1 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
[submodule "Drivers/CMSIS/Device/ST/STM32H5xx"]
path = Drivers/CMSIS/Device/ST/STM32H5xx
url = https://github.com/STMicroelectronics/cmsis_device_h5.git
branch = main
[submodule "Drivers/STM32H5xx_HAL_Driver"]
path = Drivers/STM32H5xx_HAL_Driver
url = https://github.com/STMicroelectronics/stm32h5xx_hal_driver.git
branch = main
[submodule "Drivers/BSP/STM32H5xx_Nucleo"]
path = Drivers/BSP/STM32H5xx_Nucleo
url = https://github.com/STMicroelectronics/stm32h5xx-nucleo-bsp.git
branch = main
[submodule "Drivers/BSP/STM32H573I-DK"]
path = Drivers/BSP/STM32H573I-DK
url = https://github.com/STMicroelectronics/stm32h573i-discovery-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 "Drivers/BSP/Components/ft6x06"]
path = Drivers/BSP/Components/ft6x06
url = https://github.com/STMicroelectronics/stm32-ft6x06
branch = main
[submodule "Drivers/BSP/Components/mx_wifi"]
path = Drivers/BSP/Components/mx_wifi
url = https://github.com/STMicroelectronics/mx_wifi.git
branch = main
[submodule "Drivers/BSP/Components/st7789h2"]
path = Drivers/BSP/Components/st7789h2
url = https://github.com/STMicroelectronics/stm32-st7789h2
branch = main
[submodule "Drivers/BSP/Components/lan8742"]
path = Drivers/BSP/Components/lan8742
url = https://github.com/STMicroelectronics/stm32-lan8742
branch = main
[submodule "Drivers/BSP/Components/cs42l51"]
path = Drivers/BSP/Components/cs42l51
url = https://github.com/STMicroelectronics/stm32-cs42l51
branch = main
[submodule "Drivers/BSP/Components/mx25lm51245g"]
path = Drivers/BSP/Components/mx25lm51245g
url = https://github.com/STMicroelectronics/stm32-mx25lm51245g
branch = main
[submodule "Drivers/BSP/Components/tcpp0203"]
path = Drivers/BSP/Components/tcpp0203
url = https://github.com/STMicroelectronics/stm32-tcpp0203
branch = main
[submodule "Middlewares/Third_Party/mcuboot"]
path = Middlewares/Third_Party/mcuboot
url = https://github.com/STMicroelectronics/stm32-mw-mcuboot
branch = main
[submodule "Middlewares/Third_Party/mbed-crypto"]
path = Middlewares/Third_Party/mbed-crypto
url = https://github.com/STMicroelectronics/stm32-mw-mbedtls
branch = main
[submodule "Middlewares/ST/cmsis_rtos_threadx"]
path = Middlewares/ST/cmsis_rtos_threadx
url = https://github.com/STMicroelectronics/stm32-mw-cmsis-rtos-tx
branch = main
[submodule "Middlewares/ST/filex"]
path = Middlewares/ST/filex
url = https://github.com/STMicroelectronics/stm32-mw-filex
branch = main
[submodule "Middlewares/ST/levelx"]
path = Middlewares/ST/levelx
url = https://github.com/STMicroelectronics/stm32-mw-levelx
branch = main
[submodule "Middlewares/ST/threadx"]
path = Middlewares/ST/threadx
url = https://github.com/STMicroelectronics/stm32-mw-threadx
branch = main
[submodule "Middlewares/ST/usbx"]
path = Middlewares/ST/usbx
url = https://github.com/STMicroelectronics/stm32-mw-usbx
branch = main
[submodule "Middlewares/ST/STM32_USBPD_Library/Core"]
path = Middlewares/ST/STM32_USBPD_Library/Core
url = https://github.com/STMicroelectronics/stm32-mw-usbpd-core
branch = main
[submodule "Middlewares/ST/STM32_USBPD_Library/Devices/STM32H5XX"]
path = Middlewares/ST/STM32_USBPD_Library/Devices/STM32H5XX
url = https://github.com/STMicroelectronics/stm32-mw-usbpd-device-h5
branch = main
[submodule "Middlewares/ST/OpenBootloader"]
path = Middlewares/ST/OpenBootloader
url = https://github.com/STMicroelectronics/stm32-mw-openbl
branch = main
[submodule "Middlewares/ST/netxduo"]
path = Middlewares/ST/netxduo
url = https://github.com/STMicroelectronics/stm32-mw-netxduo
branch = main
[submodule "Drivers/BSP/STM32H5F5J-DK"]
path = Drivers/BSP/STM32H5F5J-DK
url = https://github.com/STMicroelectronics/stm32h5f5j-discovery-bsp
branch = main
[submodule "Drivers/BSP/Components/ism330dhcx"]
path = Drivers/BSP/Components/ism330dhcx
url = https://github.com/STMicroelectronics/stm32-ism330dhcx.git
branch = main
[submodule "Drivers/BSP/Components/aps6408"]
path = Drivers/BSP/Components/aps6408
url = https://github.com/STMicroelectronics/stm32-aps6408
branch = main