-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy path.gitmodules
More file actions
96 lines (96 loc) · 3.98 KB
/
.gitmodules
File metadata and controls
96 lines (96 loc) · 3.98 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
[submodule "Drivers/STM32L5xx_HAL_Driver"]
path = Drivers/STM32L5xx_HAL_Driver
url = https://github.com/STMicroelectronics/stm32l5xx_hal_driver.git
branch = master
[submodule "Drivers/CMSIS/Device/ST/STM32L5xx"]
path = Drivers/CMSIS/Device/ST/STM32L5xx
url = https://github.com/STMicroelectronics/cmsis_device_l5.git
branch = master
[submodule "Drivers/BSP/STM32L5xx_Nucleo"]
path = Drivers/BSP/STM32L5xx_Nucleo
url = https://github.com/STMicroelectronics/stm32l5xx-nucleo-bsp.git
branch = main
[submodule "Drivers/BSP/STM32L552E-EV"]
path = Drivers/BSP/STM32L552E-EV
url = https://github.com/STMicroelectronics/stm32l552e-ev-bsp.git
branch = main
[submodule "Drivers/BSP/STM32L562E-DK"]
path = Drivers/BSP/STM32L562E-DK
url = https://github.com/STMicroelectronics/stm32l562e-dk-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 "Drivers/BSP/Components/cs42l51"]
path = Drivers/BSP/Components/cs42l51
url = https://github.com/STMicroelectronics/stm32-cs42l51.git
branch = main
[submodule "Drivers/BSP/Components/ft6x06"]
path = Drivers/BSP/Components/ft6x06
url = https://github.com/STMicroelectronics/stm32-ft6x06.git
branch = main
[submodule "Drivers/BSP/Components/hx8347i"]
path = Drivers/BSP/Components/hx8347i
url = https://github.com/STMicroelectronics/stm32-hx8347i.git
branch = main
[submodule "Drivers/BSP/Components/iss66wvh8m8"]
path = Drivers/BSP/Components/iss66wvh8m8
url = https://github.com/STMicroelectronics/stm32-iss66wvh8m8.git
branch = main
[submodule "Drivers/BSP/Components/lsm6dso"]
path = Drivers/BSP/Components/lsm6dso
url = https://github.com/STMicroelectronics/stm32-lsm6dso.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/Components/mx25lm51245g"]
path = Drivers/BSP/Components/mx25lm51245g
url = https://github.com/STMicroelectronics/stm32-mx25lm51245g.git
branch = main
[submodule "Drivers/BSP/Components/st7789h2"]
path = Drivers/BSP/Components/st7789h2
url = https://github.com/STMicroelectronics/stm32-st7789h2.git
branch = main
[submodule "Drivers/BSP/Components/stmpe811"]
path = Drivers/BSP/Components/stmpe811
url = https://github.com/STMicroelectronics/stm32-stmpe811.git
branch = main
[submodule "Middlewares/Third_Party/FatFs"]
path = Middlewares/Third_Party/FatFs
url = https://github.com/STMicroelectronics/stm32-mw-fatfs
branch = master
[submodule "Middlewares/Third_Party/FreeRTOS"]
path = Middlewares/Third_Party/FreeRTOS
url = https://github.com/STMicroelectronics/stm32-mw-freertos
branch = master
[submodule "Middlewares/Third_Party/mbed-crypto"]
path = Middlewares/Third_Party/mbed-crypto
url = https://github.com/STMicroelectronics/stm32-mw-mbedtls
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/mbedTLS"]
path = Middlewares/Third_Party/mbedTLS
url = https://github.com/STMicroelectronics/stm32-mw-mbedtls
branch = main
[submodule "Middlewares/ST/STM32_TouchSensing_Library"]
path = Middlewares/ST/STM32_TouchSensing_Library
url = https://github.com/STMicroelectronics/stm32-mw-touchsensing
branch = main
[submodule "Middlewares/ST/STM32_USB_Device_Library"]
path = Middlewares/ST/STM32_USB_Device_Library
url = https://github.com/STMicroelectronics/stm32-mw-usb-device
branch = master
[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/STM32L5XX"]
path = Middlewares/ST/STM32_USBPD_Library/Devices/STM32L5XX
url = https://github.com/STMicroelectronics/stm32-mw-usbpd-device-l5
branch = main