2015-09-10 13:29:21 -03:00
|
|
|
include(qurt/px4_impl_qurt)
|
|
|
|
|
2015-09-10 19:00:20 -03:00
|
|
|
# Run a full link with build stubs to make sure qurt target isn't broken
|
2015-09-11 22:32:44 -03:00
|
|
|
set(QURT_ENABLE_STUBS "1")
|
2015-09-10 19:00:20 -03:00
|
|
|
|
2015-10-22 14:07:22 -03:00
|
|
|
set(CMAKE_TOOLCHAIN_FILE ${CMAKE_SOURCE_DIR}/cmake/toolchains/Toolchain-hexagon-7.2.10.cmake)
|
2015-09-10 23:01:51 -03:00
|
|
|
|
2015-09-11 01:52:55 -03:00
|
|
|
set(config_module_list
|
|
|
|
drivers/device
|
|
|
|
drivers/boards/sitl
|
|
|
|
drivers/pwm_out_sim
|
|
|
|
drivers/led
|
|
|
|
drivers/rgbled
|
|
|
|
modules/sensors
|
2015-09-10 13:29:21 -03:00
|
|
|
|
2015-09-11 01:52:55 -03:00
|
|
|
#
|
|
|
|
# System commands
|
|
|
|
#
|
|
|
|
systemcmds/param
|
|
|
|
systemcmds/mixer
|
2015-09-08 05:20:48 -03:00
|
|
|
|
2015-09-11 01:52:55 -03:00
|
|
|
#
|
|
|
|
# Estimation modules (EKF/ SO3 / other filters)
|
|
|
|
#
|
|
|
|
#modules/attitude_estimator_ekf
|
|
|
|
modules/ekf_att_pos_estimator
|
|
|
|
modules/attitude_estimator_q
|
|
|
|
modules/position_estimator_inav
|
2015-09-08 05:20:48 -03:00
|
|
|
|
2015-09-11 01:52:55 -03:00
|
|
|
#
|
|
|
|
# Vehicle Control
|
|
|
|
#
|
|
|
|
modules/mc_att_control
|
|
|
|
modules/mc_pos_control
|
2015-09-08 05:20:48 -03:00
|
|
|
|
2015-09-11 01:52:55 -03:00
|
|
|
#
|
|
|
|
# Library modules
|
|
|
|
#
|
2015-09-13 19:55:48 -03:00
|
|
|
modules/param
|
2015-09-11 01:52:55 -03:00
|
|
|
modules/systemlib
|
|
|
|
modules/systemlib/mixer
|
|
|
|
modules/uORB
|
|
|
|
modules/commander
|
2015-09-21 12:58:38 -03:00
|
|
|
modules/controllib
|
2015-09-08 05:20:48 -03:00
|
|
|
|
2015-09-11 01:52:55 -03:00
|
|
|
#
|
|
|
|
# Libraries
|
|
|
|
#
|
|
|
|
lib/mathlib
|
|
|
|
lib/mathlib/math/filter
|
|
|
|
lib/geo
|
|
|
|
lib/geo_lookup
|
|
|
|
lib/conversion
|
2015-09-21 12:58:38 -03:00
|
|
|
lib/ecl
|
2015-09-08 05:20:48 -03:00
|
|
|
|
2015-09-11 01:52:55 -03:00
|
|
|
#
|
|
|
|
# QuRT port
|
|
|
|
#
|
|
|
|
platforms/common
|
|
|
|
platforms/qurt/px4_layer
|
|
|
|
platforms/posix/work_queue
|
2015-09-08 05:20:48 -03:00
|
|
|
|
2015-09-11 01:52:55 -03:00
|
|
|
#
|
|
|
|
# sources for muorb over fastrpc
|
|
|
|
#
|
|
|
|
modules/muorb/adsp
|
|
|
|
)
|
2015-09-08 05:20:48 -03:00
|
|
|
|