Skip to content

Commit 8ab3b64

Browse files
committed
[MW] Replace 'Middlewares/../<middlewares>' folders by submodules
1 parent 612268e commit 8ab3b64

10,343 files changed

Lines changed: 75 additions & 4857876 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitmodules

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,63 @@
6262
path = Drivers/BSP/STM32N6570-DK
6363
url = https://github.com/STMicroelectronics/stm32n6570-dk-bsp
6464
branch = main
65+
[submodule "Middlewares/ST/STM32_ISP_Library"]
66+
path = Middlewares/ST/STM32_ISP_Library
67+
url = https://github.com/STMicroelectronics/stm32-mw-isp
68+
branch = main
69+
[submodule "Middlewares/Third_Party/mbedtls"]
70+
path = Middlewares/Third_Party/mbedtls
71+
url = https://github.com/STMicroelectronics/stm32-mw-mbedtls
72+
branch = main
73+
[submodule "Middlewares/Third_Party/mcuboot"]
74+
path = Middlewares/Third_Party/mcuboot
75+
url = https://github.com/STMicroelectronics/stm32-mw-mcuboot
76+
branch = main
77+
[submodule "Middlewares/ST/STM32_ExtMem_Loader"]
78+
path = Middlewares/ST/STM32_ExtMem_Loader
79+
url = https://github.com/STMicroelectronics/stm32-mw-extmem-ldr
80+
branch = main
81+
[submodule "Middlewares/ST/STM32_ExtMem_Manager"]
82+
path = Middlewares/ST/STM32_ExtMem_Manager
83+
url = https://github.com/STMicroelectronics/stm32-mw-extmem-mgr
84+
branch = main
85+
[submodule "Middlewares/ST/OpenBootloader"]
86+
path = Middlewares/ST/OpenBootloader
87+
url = https://github.com/STMicroelectronics/stm32-mw-openbl
88+
branch = main
89+
[submodule "Middlewares/ST/STM32_USBPD_Library/Core"]
90+
path = Middlewares/ST/STM32_USBPD_Library/Core
91+
url = https://github.com/STMicroelectronics/stm32-mw-usbpd-core
92+
branch = main
93+
[submodule "Middlewares/ST/STM32_USBPD_Library/Devices/STM32N6XX"]
94+
path = Middlewares/ST/STM32_USBPD_Library/Devices/STM32N6XX
95+
url = https://github.com/STMicroelectronics/stm32-mw-usbpd-device-n6
96+
branch = main
97+
[submodule "Middlewares/ST/levelx"]
98+
path = Middlewares/ST/levelx
99+
url = https://github.com/STMicroelectronics/stm32-mw-levelx
100+
branch = main
101+
[submodule "Middlewares/ST/filex"]
102+
path = Middlewares/ST/filex
103+
url = https://github.com/STMicroelectronics/stm32-mw-filex
104+
branch = main
105+
[submodule "Middlewares/ST/usbx"]
106+
path = Middlewares/ST/usbx
107+
url = https://github.com/STMicroelectronics/stm32-mw-usbx
108+
branch = main
109+
[submodule "Middlewares/ST/cmsis_rtos_threadx"]
110+
path = Middlewares/ST/cmsis_rtos_threadx
111+
url = https://github.com/STMicroelectronics/stm32-mw-cmsis-rtos-tx
112+
branch = main
113+
[submodule "Middlewares/ST/threadx"]
114+
path = Middlewares/ST/threadx
115+
url = https://github.com/STMicroelectronics/stm32-mw-threadx
116+
branch = main
117+
[submodule "Middlewares/ST/VideoEncoder_EWL"]
118+
path = Middlewares/ST/VideoEncoder_EWL
119+
url = https://github.com/STMicroelectronics/stm32-mw-venc-ewl
120+
branch = main
121+
[submodule "Middlewares/ST/netxduo"]
122+
path = Middlewares/ST/netxduo
123+
url = https://github.com/STMicroelectronics/stm32-mw-netxduo
124+
branch = main

Middlewares/ST/OpenBootloader

Submodule OpenBootloader added at a9ea18f

0 commit comments

Comments
 (0)