-
Notifications
You must be signed in to change notification settings - Fork 75
/
.gitmodules
54 lines (54 loc) · 2.61 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
49
50
51
52
53
54
[submodule "mLRS/modules/mavlink"]
path = mLRS/modules/mavlink
url = https://github.com/mavlink/mavlink.git
[submodule "mLRS/modules/fastmavlink"]
path = mLRS/modules/fastmavlink
url = https://github.com/olliw42/fastmavlink.git
[submodule "mLRS/modules/stm32ll-lib"]
path = mLRS/modules/stm32ll-lib
url = https://github.com/olliw42/stm32ll-lib.git
[submodule "mLRS/modules/sx12xx-lib"]
path = mLRS/modules/sx12xx-lib
url = https://github.com/olliw42/sx12xx-lib.git
[submodule "tools/st-drivers/stm32f1xx_hal_driver"]
path = tools/st-drivers/stm32f1xx_hal_driver
url = https://github.com/STMicroelectronics/stm32f1xx_hal_driver.git
[submodule "tools/st-drivers/stm32g4xx_hal_driver"]
path = tools/st-drivers/stm32g4xx_hal_driver
url = https://github.com/STMicroelectronics/stm32g4xx_hal_driver.git
[submodule "tools/st-drivers/stm32l4xx_hal_driver"]
path = tools/st-drivers/stm32l4xx_hal_driver
url = https://github.com/STMicroelectronics/stm32l4xx_hal_driver.git
[submodule "tools/st-drivers/cmsis_device_f1"]
path = tools/st-drivers/cmsis_device_f1
url = https://github.com/STMicroelectronics/cmsis_device_f1.git
[submodule "tools/st-drivers/cmsis_device_g4"]
path = tools/st-drivers/cmsis_device_g4
url = https://github.com/STMicroelectronics/cmsis_device_g4.git
[submodule "tools/st-drivers/cmsis_device_l4"]
path = tools/st-drivers/cmsis_device_l4
url = https://github.com/STMicroelectronics/cmsis_device_l4.git
[submodule "tools/st-drivers/cmsis_device_wl"]
path = tools/st-drivers/cmsis_device_wl
url = https://github.com/STMicroelectronics/cmsis_device_wl.git
[submodule "tools/st-drivers/stm32wlxx_hal_driver"]
path = tools/st-drivers/stm32wlxx_hal_driver
url = https://github.com/STMicroelectronics/stm32wlxx_hal_driver.git
[submodule "tools/st-drivers/stm32f0xx_hal_driver"]
path = tools/st-drivers/stm32f0xx_hal_driver
url = https://github.com/STMicroelectronics/stm32f0xx_hal_driver.git
[submodule "tools/st-drivers/cmsis_device_f0"]
path = tools/st-drivers/cmsis_device_f0
url = https://github.com/STMicroelectronics/cmsis_device_f0.git
[submodule "tools/st-drivers/cmsis_device_f3"]
path = tools/st-drivers/cmsis_device_f3
url = https://github.com/STMicroelectronics/cmsis_device_f3.git
[submodule "tools/st-drivers/stm32f3xx_hal_driver"]
path = tools/st-drivers/stm32f3xx_hal_driver
url = https://github.com/STMicroelectronics/stm32f3xx_hal_driver.git
[submodule "mLRS/modules/dronecan/dronecan_dsdlc"]
path = mLRS/modules/dronecan/dronecan_dsdlc
url = https://github.com/dronecan/dronecan_dsdlc.git
[submodule "mLRS/modules/dronecan/DSDL"]
path = mLRS/modules/dronecan/DSDL
url = https://github.com/dronecan/DSDL.git