forked from Archive/PX4-Autopilot
nuttx_nxphlite update config for changes on master
This commit is contained in:
parent
7cde985e27
commit
73944daf75
|
@ -80,6 +80,7 @@ set(config_module_list
|
||||||
drivers/sf0x/sf0x_tests
|
drivers/sf0x/sf0x_tests
|
||||||
### NOT Portable YET drivers/test_ppm
|
### NOT Portable YET drivers/test_ppm
|
||||||
modules/commander/commander_tests
|
modules/commander/commander_tests
|
||||||
|
modules/mc_pos_control/mc_pos_control_tests
|
||||||
modules/controllib_test
|
modules/controllib_test
|
||||||
modules/mavlink/mavlink_tests
|
modules/mavlink/mavlink_tests
|
||||||
modules/unit_test
|
modules/unit_test
|
||||||
|
@ -90,6 +91,7 @@ set(config_module_list
|
||||||
# General system control
|
# General system control
|
||||||
#
|
#
|
||||||
modules/commander
|
modules/commander
|
||||||
|
modules/events
|
||||||
modules/load_mon
|
modules/load_mon
|
||||||
modules/navigator
|
modules/navigator
|
||||||
modules/mavlink
|
modules/mavlink
|
||||||
|
@ -102,8 +104,8 @@ set(config_module_list
|
||||||
#
|
#
|
||||||
modules/attitude_estimator_q
|
modules/attitude_estimator_q
|
||||||
modules/position_estimator_inav
|
modules/position_estimator_inav
|
||||||
modules/local_position_estimator
|
|
||||||
modules/ekf2
|
modules/ekf2
|
||||||
|
modules/local_position_estimator
|
||||||
|
|
||||||
#
|
#
|
||||||
# Vehicle Control
|
# Vehicle Control
|
||||||
|
@ -118,7 +120,7 @@ set(config_module_list
|
||||||
#
|
#
|
||||||
# Logging
|
# Logging
|
||||||
#
|
#
|
||||||
# modules/sdlog2
|
modules/sdlog2
|
||||||
modules/logger
|
modules/logger
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -182,7 +184,7 @@ set(config_module_list
|
||||||
|
|
||||||
# Tutorial code from
|
# Tutorial code from
|
||||||
# https://px4.io/dev/example_fixedwing_control
|
# https://px4.io/dev/example_fixedwing_control
|
||||||
#examples/fixedwing_control
|
examples/fixedwing_control
|
||||||
|
|
||||||
# Hardware test
|
# Hardware test
|
||||||
#examples/hwtest
|
#examples/hwtest
|
||||||
|
|
Loading…
Reference in New Issue