-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path.gitmodules
24 lines (24 loc) · 1.14 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
[submodule "Firmware/submodules/etl"]
path = Firmware/submodules/etl
url = https://github.com/ETLCPP/etl.git
[submodule "Firmware/submodules/FreeRTOS-Kernel"]
path = Firmware/submodules/FreeRTOS-Kernel
url = https://github.com/FreeRTOS/FreeRTOS-Kernel.git
[submodule "Firmware/submodules/freertos-addons"]
path = Firmware/submodules/freertos-addons
url = https://github.com/zukaitis/freertos-addons.git
[submodule "Firmware/submodules/dfuse-tool"]
path = Firmware/submodules/dfuse-tool
url = https://github.com/neonode-inc/dfuse-tool.git
[submodule "Firmware/submodules/semver-tool"]
path = Firmware/submodules/semver-tool
url = https://github.com/fsaintjacques/semver-tool.git
[submodule "Firmware/submodules/cmsis_core"]
path = Firmware/submodules/cmsis_core
url = https://github.com/STMicroelectronics/cmsis_core.git
[submodule "Firmware/submodules/cmsis_device_f4"]
path = Firmware/submodules/cmsis_device_f4
url = https://github.com/STMicroelectronics/cmsis_device_f4.git
[submodule "Firmware/submodules/stm32f4xx_hal_driver"]
path = Firmware/submodules/stm32f4xx_hal_driver
url = https://github.com/STMicroelectronics/stm32f4xx_hal_driver.git