You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
370 B
12 lines
370 B
# 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 |
|
)
|
|
|