2015-09-10 19:00:20 -03:00
|
|
|
include(qurt/px4_impl_qurt)
|
|
|
|
|
2015-10-03 15:51:12 -03:00
|
|
|
set(CMAKE_TOOLCHAIN_FILE ${CMAKE_SOURCE_DIR}/cmake/toolchains/Toolchain-hexagon-7.4.cmake)
|
2015-09-11 01:52:55 -03:00
|
|
|
|
|
|
|
set(config_module_list
|
|
|
|
drivers/device
|
|
|
|
|
|
|
|
#
|
|
|
|
# System commands
|
|
|
|
#
|
|
|
|
systemcmds/param
|
|
|
|
|
|
|
|
#
|
|
|
|
# Library modules
|
|
|
|
#
|
2015-09-13 19:55:48 -03:00
|
|
|
modules/param
|
2015-09-11 01:52:55 -03:00
|
|
|
modules/systemlib
|
|
|
|
modules/uORB
|
|
|
|
|
|
|
|
#
|
|
|
|
# QuRT port
|
|
|
|
#
|
|
|
|
platforms/common
|
|
|
|
platforms/qurt/px4_layer
|
|
|
|
platforms/posix/work_queue
|
|
|
|
platforms/qurt/tests/hello
|
|
|
|
)
|
2015-09-10 19:00:20 -03:00
|
|
|
|