Ardupilot2/Tools/ardupilotwaf/px4/cmake/configs/nuttx_px4fmu-v3_apm.cmake

26 lines
421 B
CMake
Raw Normal View History

2016-12-09 22:05:08 -04:00
include(configs/nuttx_px4fmu-common_apm)
list(APPEND config_module_list
drivers/lsm303d
drivers/l3gd20
drivers/mpu9250
drivers/mpu6000
drivers/hmc5883
drivers/ms5611
drivers/boards/px4fmu-v2
drivers/pwm_input
modules/uavcan
lib/mathlib
drivers/px4io
drivers/oreoled
)
list(APPEND config_extra_libs
uavcan
uavcan_stm32_driver
)
set(config_io_board
px4io-v2
)