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.
41 lines
687 B
41 lines
687 B
|
|
px4_nuttx_configure(HWCLASS m4 CONFIG nsh ROMFS y ROMFSROOT px4fmu_common) |
|
|
|
set(config_module_list |
|
# |
|
# Board support modules |
|
# |
|
drivers/stm32 |
|
|
|
# |
|
# System commands |
|
# |
|
systemcmds/bl_update |
|
systemcmds/mixer |
|
systemcmds/param |
|
systemcmds/perf |
|
systemcmds/reboot |
|
systemcmds/top |
|
systemcmds/config |
|
systemcmds/nshterm |
|
systemcmds/ver |
|
|
|
# |
|
# Demo apps |
|
# |
|
#examples/math_demo |
|
# Tutorial code from |
|
# https://px4.io/dev/px4_simple_app |
|
examples/px4_simple_app |
|
|
|
# Tutorial code from |
|
# https://px4.io/dev/debug_values |
|
#examples/px4_mavlink_debug |
|
|
|
# Tutorial code from |
|
# https://px4.io/dev/example_fixedwing_control |
|
#examples/fixedwing_control |
|
|
|
# Hardware test |
|
#examples/hwtest |
|
)
|
|
|