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.
15 lines
249 B
15 lines
249 B
9 years ago
|
include(configs/nuttx_px4fmu-common_apm)
|
||
|
|
||
|
list(APPEND config_module_list
|
||
|
drivers/mpu9250
|
||
|
drivers/boards/px4fmu-v4
|
||
|
drivers/pwm_input
|
||
|
modules/uavcan
|
||
|
lib/mathlib
|
||
|
)
|
||
|
|
||
|
list(APPEND config_extra_libs
|
||
|
uavcan
|
||
|
uavcan_stm32_driver
|
||
|
)
|