-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
30 lines (30 loc) · 1.32 KB
/
.gitmodules
File metadata and controls
30 lines (30 loc) · 1.32 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
[submodule "vendor/stm32/cmsis_core"]
path = vendor/stm32/cmsis_core
url = https://github.com/STMicroelectronics/cmsis_core.git
[submodule "vendor/stm32/cmsis_device_f1"]
path = vendor/stm32/cmsis_device_f1
url = https://github.com/STMicroelectronics/cmsis_device_f1.git
[submodule "vendor/stm32/cmsis_device_f4"]
path = vendor/stm32/cmsis_device_f4
url = https://github.com/STMicroelectronics/cmsis_device_f4.git
[submodule "vendor/stm32/cmsis_device_f7"]
path = vendor/stm32/cmsis_device_f7
url = https://github.com/STMicroelectronics/cmsis_device_f7.git
[submodule "vendor/stm32/stm32f1xx_hal_driver"]
path = vendor/stm32/stm32f1xx_hal_driver
url = https://github.com/STMicroelectronics/stm32f1xx_hal_driver.git
[submodule "vendor/stm32/stm32f4xx_hal_driver"]
path = vendor/stm32/stm32f4xx_hal_driver
url = https://github.com/STMicroelectronics/stm32f4xx_hal_driver.git
[submodule "vendor/stm32/stm32f7xx_hal_driver"]
path = vendor/stm32/stm32f7xx_hal_driver
url = https://github.com/STMicroelectronics/stm32f7xx_hal_driver.git
[submodule "vendor/FreeRTOS-kernel"]
path = vendor/freertos
url = https://github.com/freertos/FreeRTOS-kernel.git
[submodule "vendor/tinyprintf"]
path = vendor/tinyprintf
url = https://github.com/cjlano/tinyprintf.git
[submodule "vendor/cbe"]
path = vendor/cbe
url = https://github.com/pengi/cbe.git