2016-02-26 18:45:28 -04:00
|
|
|
include(configs/nuttx_px4fmu-common_apm)
|
|
|
|
|
|
|
|
list(APPEND config_module_list
|
2016-11-09 21:55:48 -04:00
|
|
|
drivers/mpu6000
|
|
|
|
drivers/hmc5883
|
|
|
|
drivers/ms5611
|
2016-02-26 18:45:28 -04:00
|
|
|
drivers/boards/px4fmu-v1
|
|
|
|
drivers/px4io
|
|
|
|
)
|
|
|
|
|
|
|
|
set(config_io_board
|
|
|
|
px4io-v1
|
|
|
|
)
|
|
|
|
|