-
Notifications
You must be signed in to change notification settings - Fork 155
/
.gitmodules
180 lines (180 loc) · 7.26 KB
/
.gitmodules
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
[submodule "Drivers/STM32L4xx_HAL_Driver"]
path = Drivers/STM32L4xx_HAL_Driver
url = https://github.com/STMicroelectronics/stm32l4xx_hal_driver.git
branch = master
[submodule "Drivers/CMSIS/Device/ST/STM32L4xx"]
path = Drivers/CMSIS/Device/ST/STM32L4xx
url = https://github.com/STMicroelectronics/cmsis_device_l4.git
branch = master
[submodule "Drivers/BSP/B-L4S5I-IOT01"]
path = Drivers/BSP/B-L4S5I-IOT01
url = https://github.com/STMicroelectronics/b-l4s5i-iot01a-bsp.git
branch = main
[submodule "Drivers/BSP/B-L475E-IOT01"]
path = Drivers/BSP/B-L475E-IOT01
url = https://github.com/STMicroelectronics/b-l475e-iot01a-bsp.git
branch = main
[submodule "Drivers/BSP/STM32L4xx_Nucleo"]
path = Drivers/BSP/STM32L4xx_Nucleo
url = https://github.com/STMicroelectronics/stm32l4xx-nucleo-bsp.git
branch = main
[submodule "Drivers/BSP/STM32L4xx_Nucleo_32"]
path = Drivers/BSP/STM32L4xx_Nucleo_32
url = https://github.com/STMicroelectronics/stm32l4xx-nucleo-32-bsp.git
branch = main
[submodule "Drivers/BSP/STM32L4xx_Nucleo_144"]
path = Drivers/BSP/STM32L4xx_Nucleo_144
url = https://github.com/STMicroelectronics/stm32l4xx-nucleo-144-bsp.git
branch = main
[submodule "Drivers/BSP/STM32L4P5G-Discovery"]
path = Drivers/BSP/STM32L4P5G-Discovery
url = https://github.com/STMicroelectronics/stm32l4p5g-dk-bsp.git
branch = main
[submodule "Drivers/BSP/STM32L4R9I-Discovery"]
path = Drivers/BSP/STM32L4R9I-Discovery
url = https://github.com/STMicroelectronics/32l4r9idiscovery-bsp.git
branch = main
[submodule "Drivers/BSP/STM32L476G-Discovery"]
path = Drivers/BSP/STM32L476G-Discovery
url = https://github.com/STMicroelectronics/32l476gdiscovery-bsp.git
branch = main
[submodule "Drivers/BSP/STM32L496G-Discovery"]
path = Drivers/BSP/STM32L496G-Discovery
url = https://github.com/STMicroelectronics/32l496gdiscovery-bsp.git
branch = main
[submodule "Drivers/BSP/STM32L4R9I_EVAL"]
path = Drivers/BSP/STM32L4R9I_EVAL
url = https://github.com/STMicroelectronics/stm32l4r9i-eval-bsp.git
branch = main
[submodule "Drivers/BSP/STM32L476G_EVAL"]
path = Drivers/BSP/STM32L476G_EVAL
url = https://github.com/STMicroelectronics/stm32l476g-eval-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/cs43l22"]
path = Drivers/BSP/Components/cs43l22
url = https://github.com/STMicroelectronics/stm32-cs43l22.git
branch = main
[submodule "Drivers/BSP/Components/cy8c4014lqi"]
path = Drivers/BSP/Components/cy8c4014lqi
url = https://github.com/STMicroelectronics/stm32-cy8c4014lqi.git
branch = main
[submodule "Drivers/BSP/Components/ft3x67"]
path = Drivers/BSP/Components/ft3x67
url = https://github.com/STMicroelectronics/stm32-ft3x67.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/ft5336"]
path = Drivers/BSP/Components/ft5336
url = https://github.com/STMicroelectronics/stm32-ft5336.git
branch = main
[submodule "Drivers/BSP/Components/hts221"]
path = Drivers/BSP/Components/hts221
url = https://github.com/STMicroelectronics/stm32-hts221.git
branch = main
[submodule "Drivers/BSP/Components/hx8347g"]
path = Drivers/BSP/Components/hx8347g
url = https://github.com/STMicroelectronics/stm32-hx8347g.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/l3gd20"]
path = Drivers/BSP/Components/l3gd20
url = https://github.com/STMicroelectronics/stm32-l3gd20.git
branch = main
[submodule "Drivers/BSP/Components/lis3mdl"]
path = Drivers/BSP/Components/lis3mdl
url = https://github.com/STMicroelectronics/stm32-lis3mdl.git
branch = main
[submodule "Drivers/BSP/Components/lps22hb"]
path = Drivers/BSP/Components/lps22hb
url = https://github.com/STMicroelectronics/stm32-lps22hb.git
branch = main
[submodule "Drivers/BSP/Components/ls016b8uy"]
path = Drivers/BSP/Components/ls016b8uy
url = https://github.com/STMicroelectronics/stm32-ls016b8uy.git
branch = main
[submodule "Drivers/BSP/Components/lsm6dsl"]
path = Drivers/BSP/Components/lsm6dsl
url = https://github.com/STMicroelectronics/stm32-lsm6dsl.git
branch = main
[submodule "Drivers/BSP/Components/lsm303c"]
path = Drivers/BSP/Components/lsm303c
url = https://github.com/STMicroelectronics/stm32-lsm303c.git
branch = main
[submodule "Drivers/BSP/Components/lsm303dlhc"]
path = Drivers/BSP/Components/lsm303dlhc
url = https://github.com/STMicroelectronics/stm32-lsm303dlhc.git
branch = main
[submodule "Drivers/BSP/Components/m24sr"]
path = Drivers/BSP/Components/m24sr
url = https://github.com/STMicroelectronics/stm32-m24sr.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/mx25r6435f"]
path = Drivers/BSP/Components/mx25r6435f
url = https://github.com/STMicroelectronics/stm32-mx25r6435f.git
branch = main
[submodule "Drivers/BSP/Components/n25q128a"]
path = Drivers/BSP/Components/n25q128a
url = https://github.com/STMicroelectronics/stm32-n25q128a.git
branch = main
[submodule "Drivers/BSP/Components/n25q256a"]
path = Drivers/BSP/Components/n25q256a
url = https://github.com/STMicroelectronics/stm32-n25q256a.git
branch = main
[submodule "Drivers/BSP/Components/ov9655"]
path = Drivers/BSP/Components/ov9655
url = https://github.com/STMicroelectronics/stm32-ov9655.git
branch = main
[submodule "Drivers/BSP/Components/rk043fn48h"]
path = Drivers/BSP/Components/rk043fn48h
url = https://github.com/STMicroelectronics/stm32-rk043fn48h.git
branch = main
[submodule "Drivers/BSP/Components/st25dv"]
path = Drivers/BSP/Components/st25dv
url = https://github.com/STMicroelectronics/stm32-st25dv.git
branch = main
[submodule "Drivers/BSP/Components/st7735"]
path = Drivers/BSP/Components/st7735
url = https://github.com/STMicroelectronics/stm32-st7735.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 "Drivers/BSP/Components/stmpe1600"]
path = Drivers/BSP/Components/stmpe1600
url = https://github.com/STMicroelectronics/stm32-stmpe1600.git
branch = main
[submodule "Drivers/BSP/Components/wm8994"]
path = Drivers/BSP/Components/wm8994
url = https://github.com/STMicroelectronics/stm32-wm8994.git
branch = main