2017-01-27 05:21:12 -04:00
|
|
|
include(configs/nuttx_px4fmu-common_apm)
|
|
|
|
|
|
|
|
list(APPEND config_module_list
|
|
|
|
drivers/boards/aerofc-v1
|
2017-03-07 02:52:00 -04:00
|
|
|
drivers/aerofc_adc
|
2017-01-27 05:21:12 -04:00
|
|
|
lib/rc
|
2017-02-22 14:58:09 -04:00
|
|
|
|
|
|
|
# replace stm32 tone_alarm with a dummy one
|
|
|
|
modules/dummy
|
2017-01-27 05:21:12 -04:00
|
|
|
)
|
|
|
|
|
|
|
|
list(REMOVE_ITEM config_module_list
|
|
|
|
drivers/stm32/adc
|
|
|
|
drivers/stm32/tone_alarm
|
2017-09-20 19:10:22 -03:00
|
|
|
systemcmds/bl_update
|
|
|
|
systemcmds/mtd
|
|
|
|
systemcmds/usb_connected
|
|
|
|
systemcmds/otp
|
2017-01-27 05:21:12 -04:00
|
|
|
)
|
2017-02-22 16:16:02 -04:00
|
|
|
|
|
|
|
list(REMOVE_ITEM config_extra_builtin_cmds
|
|
|
|
sercon
|
|
|
|
)
|