-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
21 lines (21 loc) · 1.06 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule "software/third-party/cmsis_core"]
path = software/third-party/cmsis_core
url = git@github.com:STMicroelectronics/cmsis_core.git
[submodule "software/third-party/cmsis_device_f4"]
path = software/third-party/cmsis_device_f4
url = git@github.com:STMicroelectronics/cmsis_device_f4.git
[submodule "software/third-party/stm32f4xx_hal_driver"]
path = software/third-party/stm32f4xx_hal_driver
url = git@github.com:STMicroelectronics/stm32f4xx_hal_driver.git
[submodule "software/third-party/FreeRTOS-Kernel"]
path = software/third-party/FreeRTOS-Kernel
url = git@github.com:FreeRTOS/FreeRTOS-Kernel.git
[submodule "software/third-party/stm32_mw_usb_device"]
path = software/third-party/stm32_mw_usb_device
url = git@github.com:STMicroelectronics/stm32_mw_usb_device.git
[submodule "software/third-party/FreeRTOScpp"]
path = software/third-party/FreeRTOScpp
url = git@github.com:richard-damon/FreeRTOScpp.git
[submodule "software/third-party/state-machine-cpp"]
path = software/third-party/state-machine-cpp
url = git@github.com:Eryk-Mozdzen/state-machine-cpp.git