ardupilot/Tools/ardupilotwaf/px4/cmake/configs/nuttx_px4fmu-v3_apm.cmake
Andrew Tridgell 321cad640c waf: trim PX4 config to reduce firmware size
removed unused drivers
2016-12-19 08:07:12 +11:00

19 lines
287 B
CMake

include(configs/nuttx_px4fmu-common_apm)
list(APPEND config_module_list
drivers/boards/px4fmu-v2
drivers/pwm_input
modules/uavcan
drivers/px4io
drivers/oreoled
)
list(APPEND config_extra_libs
uavcan
uavcan_stm32_driver
)
set(config_io_board
px4io-v2
)