-
Notifications
You must be signed in to change notification settings - Fork 9
/
.gitmodules
48 lines (48 loc) · 2.23 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
[submodule "Drivers/stm32h7xx_hal_driver"]
path = Drivers/stm32h7xx_hal_driver
url = https://github.com/STMicroelectronics/stm32h7xx_hal_driver.git
[submodule "Drivers/cmsis_device_h7"]
path = Drivers/cmsis_device_h7
url = https://github.com/STMicroelectronics/cmsis_device_h7.git
[submodule "Drivers/stm32f4xx_hal_driver"]
path = Drivers/stm32f4xx_hal_driver
url = https://github.com/STMicroelectronics/stm32f4xx_hal_driver.git
[submodule "Drivers/cmsis_device_f4"]
path = Drivers/cmsis_device_f4
url = https://github.com/STMicroelectronics/cmsis_device_f4.git
[submodule "Drivers/stm32f1xx_hal_driver"]
path = Drivers/stm32f1xx_hal_driver
url = https://github.com/STMicroelectronics/stm32f1xx_hal_driver.git
[submodule "Drivers/stm32f2xx_hal_driver"]
path = Drivers/stm32f2xx_hal_driver
url = https://github.com/STMicroelectronics/stm32f2xx_hal_driver.git
[submodule "Drivers/stm32f3xx_hal_driver"]
path = Drivers/stm32f3xx_hal_driver
url = https://github.com/STMicroelectronics/stm32f3xx_hal_driver.git
[submodule "Drivers/cmsis_device_f1"]
path = Drivers/cmsis_device_f1
url = https://github.com/STMicroelectronics/cmsis_device_f1.git
[submodule "Drivers/cmsis_device_f2"]
path = Drivers/cmsis_device_f2
url = https://github.com/STMicroelectronics/cmsis_device_f2.git
[submodule "Drivers/cmsis_device_f3"]
path = Drivers/cmsis_device_f3
url = https://github.com/STMicroelectronics/cmsis_device_f3.git
[submodule "Drivers/stm32f0xx_hal_driver"]
path = Drivers/stm32f0xx_hal_driver
url = https://github.com/STMicroelectronics/stm32f0xx_hal_driver.git
[submodule "Drivers/stm32g0xx_hal_driver"]
path = Drivers/stm32g0xx_hal_driver
url = https://github.com/STMicroelectronics/stm32g0xx_hal_driver.git
[submodule "Drivers/stm32g4xx_hal_driver"]
path = Drivers/stm32g4xx_hal_driver
url = https://github.com/STMicroelectronics/stm32g4xx_hal_driver.git
[submodule "Drivers/cmsis_device_f0"]
path = Drivers/cmsis_device_f0
url = https://github.com/STMicroelectronics/cmsis_device_f0.git
[submodule "Drivers/cmsis_device_g0"]
path = Drivers/cmsis_device_g0
url = https://github.com/STMicroelectronics/cmsis_device_g0.git
[submodule "Drivers/cmsis_device_g4"]
path = Drivers/cmsis_device_g4
url = https://github.com/STMicroelectronics/cmsis_device_g4.git