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.
23 lines
444 B
23 lines
444 B
include(configs/nuttx_px4fmu-common_apm) |
|
|
|
list(APPEND config_module_list |
|
drivers/boards/aerofc-v1 |
|
drivers/aerofc_adc |
|
lib/rc |
|
|
|
# replace stm32 tone_alarm with a dummy one |
|
modules/dummy |
|
) |
|
|
|
list(REMOVE_ITEM config_module_list |
|
drivers/stm32/adc |
|
drivers/stm32/tone_alarm |
|
systemcmds/bl_update |
|
systemcmds/mtd |
|
systemcmds/usb_connected |
|
systemcmds/otp |
|
) |
|
|
|
list(REMOVE_ITEM config_extra_builtin_cmds |
|
sercon |
|
)
|
|
|