mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
The latest version of Eigen is required to build with the Hexagon 7.4 toolchain. Only certain C++11 features are supported and the latest version if Eigen provides these tests. A patch is required to add support for the Hexagon compiler. These changes force the sync and then update of eigen and allow it to be patched for qurt. The eigen-3.2 submodule was removed as it is no longer needed by the qurt build with the updated toolchain. Signed-off-by: Mark Charlebois <charlebm@gmail.com>
25 lines
756 B
Plaintext
25 lines
756 B
Plaintext
[submodule "mavlink/include/mavlink/v1.0"]
|
|
path = mavlink/include/mavlink/v1.0
|
|
url = git://github.com/mavlink/c_library.git
|
|
[submodule "NuttX"]
|
|
path = NuttX
|
|
url = git://github.com/PX4/NuttX.git
|
|
[submodule "src/lib/uavcan"]
|
|
path = src/lib/uavcan
|
|
url = git://github.com/UAVCAN/libuavcan.git
|
|
[submodule "Tools/genmsg"]
|
|
path = Tools/genmsg
|
|
url = https://github.com/ros/genmsg.git
|
|
[submodule "Tools/gencpp"]
|
|
path = Tools/gencpp
|
|
url = https://github.com/ros/gencpp.git
|
|
[submodule "unittests/gtest"]
|
|
path = unittests/gtest
|
|
url = https://github.com/sjwilks/gtest.git
|
|
[submodule "src/lib/eigen"]
|
|
path = src/lib/eigen
|
|
url = https://github.com/PX4/eigen.git
|
|
[submodule "src/lib/dspal"]
|
|
path = src/lib/dspal
|
|
url = https://github.com/mcharleb/dspal.git
|