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.
|
include(posix/px4_impl_posix) |
|
|
|
set(CMAKE_TOOLCHAIN_FILE cmake/toolchains/Toolchain-arm-linux-gnueabihf.cmake) |
|
|
|
set(config_module_list |
|
drivers/device |
|
|
|
modules/uORB |
|
|
|
platforms/posix/px4_layer |
|
platforms/posix/work_queue |
|
|
|
modules/muorb/krait |
|
) |
|
|
|
|