forked from betaflight/betaflight
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
33 lines (33 loc) · 881 Bytes
/
.gitmodules
File metadata and controls
33 lines (33 loc) · 881 Bytes
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
[submodule "config"]
path = src/config
url = https://github.com/betaflight/config.git
branch = master
ignore = dirty
[submodule "lib/main/pico-sdk"]
path = lib/main/pico-sdk
url = https://github.com/raspberrypi/pico-sdk.git
branch = master
ignore = dirty
update = none
[submodule "lib/main/STM32N6"]
path = lib/main/STM32N6
url = https://github.com/STMicroelectronics/STM32CubeN6
branch = main
ignore = dirty
update = none
[submodule "lib/main/esp-idf"]
path = lib/main/esp-idf
url = https://github.com/espressif/esp-idf.git
branch = release/v5.4
ignore = dirty
update = none
[submodule "lib/main/STM32H5"]
path = lib/main/STM32H5
url = https://github.com/STMicroelectronics/STM32CubeH5
ignore = dirty
update = none
[submodule "lib/main/APM32F4"]
path = lib/main/APM32F4
url = https://github.com/LuckkMaker/APM32F4xx_DAL_SDK
ignore = dirty
update = none