mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Instead of calling the eagle cmake script from excelsior, use a shared sdflight cmake file like in it is done for the POSIX build on Snapdragon.
13 lines
370 B
CMake
13 lines
370 B
CMake
# The Eagle board is the first generation Snapdragon Flight board by Qualcomm.
|
|
#
|
|
# This cmake config builds for QURT which is the operating system running on
|
|
# the DSP side.
|
|
|
|
# The config between different QURT builds is shared.
|
|
include(configs/qurt_sdflight_default)
|
|
|
|
# This definition allows to differentiate the specific board.
|
|
add_definitions(
|
|
-D__PX4_QURT_EAGLE
|
|
)
|