-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitmodules
24 lines (24 loc) · 1.02 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 "third_party/microtbx"]
path = third_party/microtbx
url = https://github.com/feaser/microtbx.git
[submodule "third_party/cmsis/core"]
path = third_party/cmsis/core
url = https://github.com/ARM-software/CMSIS_5.git
[submodule "third_party/cmsis/device/st/f0"]
path = third_party/cmsis/device/st/f0
url = https://github.com/STMicroelectronics/cmsis_device_f0.git
[submodule "third_party/hal/st/f0"]
path = third_party/hal/st/f0
url = https://github.com/STMicroelectronics/stm32f0xx_hal_driver.git
[submodule "third_party/microtbx-modbus"]
path = third_party/microtbx-modbus
url = https://github.com/feaser/microtbx-modbus.git
[submodule "third_party/freertos"]
path = third_party/freertos
url = https://github.com/FreeRTOS/FreeRTOS-Kernel.git
[submodule "third_party/cmsis/device/st/f4"]
path = third_party/cmsis/device/st/f4
url = https://github.com/STMicroelectronics/cmsis_device_f4.git
[submodule "third_party/hal/st/f4"]
path = third_party/hal/st/f4
url = https://github.com/STMicroelectronics/stm32f4xx_hal_driver.git