Files
bizhang_-obav/cmake/configs/qurt_eagle_legacy.cmake
2017-01-16 08:25:58 -08:00

13 lines
348 B
CMake

# Eagle is the code name of a board currently in development.
#
# 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_legacy)
add_definitions(
-D__USING_SNAPDRAGON_LEGACY_DRIVER
-D__PX4_QURT
-D__PX4_QURT_EAGLE
)