2016-05-05 04:11:59 -03:00
|
|
|
# Excelsior is the code name of a board currently in development.
|
|
|
|
#
|
|
|
|
# This cmake config builds for POSIX, so the part of the flight stack running
|
|
|
|
# on the Linux side of the Snapdragon.
|
2016-05-02 18:54:29 -03:00
|
|
|
include(configs/posix_sdflight_default)
|
2017-01-12 16:29:41 -04:00
|
|
|
set(CMAKE_TOOLCHAIN_FILE ${PX4_SOURCE_DIR}/cmake/cmake_hexagon/toolchain/Toolchain-arm-oemllib32-linux-gnueabi.cmake)
|
2016-05-05 04:11:59 -03:00
|
|
|
|
|
|
|
# This definition allows to differentiate the specific board.
|
2016-05-02 18:54:29 -03:00
|
|
|
add_definitions(
|
|
|
|
-D__PX4_POSIX_EXCELSIOR
|
2017-01-12 16:29:41 -04:00
|
|
|
)
|