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.
39 lines
645 B
39 lines
645 B
include(posix/px4_impl_posix) |
|
|
|
set(CMAKE_TOOLCHAIN_FILE ${CMAKE_SOURCE_DIR}/cmake/toolchains/Toolchain-arm-linux-gnueabihf.cmake) |
|
|
|
set(CONFIG_SHMEM "1") |
|
|
|
include(${CMAKE_SOURCE_DIR}/cmake/cmake_hexagon/qurt_app.cmake) |
|
|
|
set(config_module_list |
|
drivers/device |
|
drivers/boards/sitl |
|
drivers/led |
|
|
|
systemcmds/param |
|
systemcmds/ver |
|
|
|
modules/mavlink |
|
|
|
modules/param |
|
modules/systemlib |
|
modules/uORB |
|
modules/dataman |
|
modules/sdlog2 |
|
modules/simulator |
|
modules/commander |
|
|
|
lib/mathlib |
|
lib/mathlib/math/filter |
|
lib/geo |
|
lib/geo_lookup |
|
lib/conversion |
|
|
|
platforms/common |
|
platforms/posix/px4_layer |
|
platforms/posix/work_queue |
|
|
|
modules/muorb/krait |
|
) |
|
|
|
|