ardupilot/.gitmodules

37 lines
1.3 KiB
Plaintext
Raw Normal View History

[submodule "modules/uavcan"]
path = modules/uavcan
2022-05-13 14:38:09 -03:00
url = https://github.com/DroneCAN/libuavcan.git
[submodule "modules/waf"]
path = modules/waf
2021-11-02 04:36:19 -03:00
url = https://github.com/ArduPilot/waf.git
[submodule "modules/gbenchmark"]
path = modules/gbenchmark
2021-11-02 04:36:19 -03:00
url = https://github.com/google/benchmark.git
2016-01-02 01:03:33 -04:00
[submodule "modules/mavlink"]
path = modules/mavlink
2021-11-02 04:36:19 -03:00
url = https://github.com/ArduPilot/mavlink
2016-01-15 16:39:09 -04:00
[submodule "gtest"]
path = modules/gtest
2021-11-02 04:36:19 -03:00
url = https://github.com/ArduPilot/googletest
2018-01-05 02:50:07 -04:00
[submodule "modules/ChibiOS"]
path = modules/ChibiOS
2021-11-02 04:36:19 -03:00
url = https://github.com/ArduPilot/ChibiOS.git
2019-05-26 22:39:05 -03:00
[submodule "modules/libcanard"]
path = modules/libcanard
2021-11-02 04:36:19 -03:00
url = https://github.com/ArduPilot/libcanard.git
2022-05-13 14:38:09 -03:00
[submodule "modules/DroneCAN/DSDL"]
path = modules/DroneCAN/DSDL
url = https://github.com/DroneCAN/DSDL.git
[submodule "modules/DroneCAN/dronecan_dsdlc"]
path = modules/DroneCAN/dronecan_dsdlc
url = https://github.com/DroneCAN/dronecan_dsdlc
[submodule "modules/DroneCAN/libcanard"]
path = modules/DroneCAN/libcanard
url = https://github.com/DroneCAN/libcanard
[submodule "modules/DroneCAN/pydronecan"]
path = modules/DroneCAN/pydronecan
url = https://github.com/DroneCAN/pydronecan
[submodule "modules/DroneCAN/uavcan"]
path = modules/DroneCAN/uavcan
url = https://github.com/DroneCAN/libuavcan.git