forked from Archive/PX4-Autopilot
cmake configs: add systemcmds/led_control and lib/led where needed
This commit is contained in:
parent
b1be963083
commit
1e4fcb6616
|
@ -57,6 +57,7 @@ set(config_module_list
|
|||
systemcmds/config
|
||||
systemcmds/dumpfile
|
||||
systemcmds/esc_calib
|
||||
systemcmds/led_control
|
||||
systemcmds/mixer
|
||||
systemcmds/hardfault_log
|
||||
systemcmds/motor_ramp
|
||||
|
@ -140,6 +141,7 @@ set(config_module_list
|
|||
lib/geo_lookup
|
||||
lib/conversion
|
||||
lib/launchdetection
|
||||
lib/led
|
||||
lib/terrain_estimation
|
||||
lib/runway_takeoff
|
||||
lib/tailsitter_recovery
|
||||
|
|
|
@ -64,6 +64,7 @@ set(config_module_list
|
|||
systemcmds/perf
|
||||
systemcmds/pwm
|
||||
systemcmds/esc_calib
|
||||
systemcmds/led_control
|
||||
systemcmds/hardfault_log
|
||||
systemcmds/reboot
|
||||
systemcmds/topic_listener
|
||||
|
@ -145,6 +146,7 @@ set(config_module_list
|
|||
lib/geo_lookup
|
||||
lib/conversion
|
||||
lib/launchdetection
|
||||
lib/led
|
||||
lib/terrain_estimation
|
||||
lib/runway_takeoff
|
||||
lib/tailsitter_recovery
|
||||
|
|
|
@ -116,6 +116,7 @@ set(config_module_list
|
|||
lib/geo_lookup
|
||||
lib/conversion
|
||||
lib/launchdetection
|
||||
lib/led
|
||||
lib/terrain_estimation
|
||||
lib/runway_takeoff
|
||||
lib/tailsitter_recovery
|
||||
|
|
|
@ -143,6 +143,7 @@ set(config_module_list
|
|||
lib/geo_lookup
|
||||
lib/conversion
|
||||
lib/launchdetection
|
||||
lib/led
|
||||
lib/terrain_estimation
|
||||
lib/runway_takeoff
|
||||
lib/tailsitter_recovery
|
||||
|
|
|
@ -141,6 +141,7 @@ set(config_module_list
|
|||
lib/geo_lookup
|
||||
lib/conversion
|
||||
lib/launchdetection
|
||||
lib/led
|
||||
lib/terrain_estimation
|
||||
lib/runway_takeoff
|
||||
lib/tailsitter_recovery
|
||||
|
|
|
@ -64,6 +64,7 @@ set(config_module_list
|
|||
systemcmds/dumpfile
|
||||
systemcmds/esc_calib
|
||||
systemcmds/hardfault_log
|
||||
systemcmds/led_control
|
||||
systemcmds/mixer
|
||||
systemcmds/motor_ramp
|
||||
systemcmds/mtd
|
||||
|
@ -146,6 +147,7 @@ set(config_module_list
|
|||
lib/geo
|
||||
lib/geo_lookup
|
||||
lib/launchdetection
|
||||
lib/led
|
||||
lib/mathlib
|
||||
lib/mathlib/math/filter
|
||||
lib/runway_takeoff
|
||||
|
|
|
@ -58,6 +58,7 @@ set(config_module_list
|
|||
# System commands
|
||||
#
|
||||
systemcmds/bl_update
|
||||
systemcmds/led_control
|
||||
systemcmds/mixer
|
||||
systemcmds/param
|
||||
systemcmds/perf
|
||||
|
@ -146,6 +147,7 @@ set(config_module_list
|
|||
lib/geo_lookup
|
||||
lib/conversion
|
||||
lib/launchdetection
|
||||
lib/led
|
||||
lib/terrain_estimation
|
||||
lib/runway_takeoff
|
||||
lib/tailsitter_recovery
|
||||
|
|
|
@ -65,6 +65,7 @@ set(config_module_list
|
|||
systemcmds/dumpfile
|
||||
systemcmds/esc_calib
|
||||
systemcmds/hardfault_log
|
||||
systemcmds/led_control
|
||||
systemcmds/mixer
|
||||
systemcmds/motor_ramp
|
||||
systemcmds/mtd
|
||||
|
@ -147,6 +148,7 @@ set(config_module_list
|
|||
lib/geo
|
||||
lib/geo_lookup
|
||||
lib/launchdetection
|
||||
lib/led
|
||||
lib/mathlib
|
||||
lib/mathlib/math/filter
|
||||
lib/runway_takeoff
|
||||
|
|
|
@ -62,6 +62,7 @@ set(config_module_list
|
|||
systemcmds/dumpfile
|
||||
systemcmds/esc_calib
|
||||
systemcmds/hardfault_log
|
||||
systemcmds/led_control
|
||||
systemcmds/mixer
|
||||
systemcmds/motor_ramp
|
||||
systemcmds/mtd
|
||||
|
@ -144,6 +145,7 @@ set(config_module_list
|
|||
lib/geo
|
||||
lib/geo_lookup
|
||||
lib/launchdetection
|
||||
lib/led
|
||||
lib/mathlib
|
||||
lib/mathlib/math/filter
|
||||
lib/rc
|
||||
|
|
|
@ -59,6 +59,7 @@ set(config_module_list
|
|||
systemcmds/dumpfile
|
||||
systemcmds/esc_calib
|
||||
systemcmds/hardfault_log
|
||||
systemcmds/led_control
|
||||
systemcmds/mixer
|
||||
systemcmds/motor_ramp
|
||||
systemcmds/mtd
|
||||
|
@ -129,6 +130,7 @@ set(config_module_list
|
|||
lib/geo_lookup
|
||||
lib/conversion
|
||||
lib/launchdetection
|
||||
lib/led
|
||||
lib/terrain_estimation
|
||||
lib/runway_takeoff
|
||||
lib/tailsitter_recovery
|
||||
|
|
|
@ -32,6 +32,7 @@ set(config_module_list
|
|||
# System commands
|
||||
#
|
||||
systemcmds/bl_update
|
||||
systemcmds/led_control
|
||||
systemcmds/mixer
|
||||
systemcmds/param
|
||||
systemcmds/perf
|
||||
|
@ -96,6 +97,7 @@ set(config_module_list
|
|||
lib/geo_lookup
|
||||
lib/conversion
|
||||
lib/launchdetection
|
||||
lib/led
|
||||
lib/rc
|
||||
lib/runway_takeoff
|
||||
lib/tailsitter_recovery
|
||||
|
|
|
@ -28,6 +28,7 @@ set(config_module_list
|
|||
# System commands
|
||||
#
|
||||
systemcmds/param
|
||||
systemcmds/led_control
|
||||
systemcmds/mixer
|
||||
systemcmds/ver
|
||||
systemcmds/esc_calib
|
||||
|
@ -87,6 +88,7 @@ set(config_module_list
|
|||
lib/ecl
|
||||
lib/geo_lookup
|
||||
lib/launchdetection
|
||||
lib/led
|
||||
lib/external_lgpl
|
||||
lib/conversion
|
||||
lib/terrain_estimation
|
||||
|
|
|
@ -32,6 +32,7 @@ set(config_module_list
|
|||
drivers/qshell/posix
|
||||
|
||||
systemcmds/param
|
||||
systemcmds/led_control
|
||||
systemcmds/mixer
|
||||
systemcmds/ver
|
||||
systemcmds/topic_listener
|
||||
|
@ -66,6 +67,7 @@ set(config_module_list
|
|||
lib/ecl
|
||||
lib/geo
|
||||
lib/geo_lookup
|
||||
lib/led
|
||||
lib/terrain_estimation
|
||||
lib/runway_takeoff
|
||||
lib/tailsitter_recovery
|
||||
|
|
|
@ -24,6 +24,7 @@ set(config_module_list
|
|||
drivers/qshell/posix
|
||||
|
||||
systemcmds/param
|
||||
systemcmds/led_control
|
||||
systemcmds/mixer
|
||||
systemcmds/ver
|
||||
systemcmds/topic_listener
|
||||
|
@ -58,6 +59,7 @@ set(config_module_list
|
|||
lib/ecl
|
||||
lib/geo
|
||||
lib/geo_lookup
|
||||
lib/led
|
||||
lib/terrain_estimation
|
||||
lib/runway_takeoff
|
||||
lib/tailsitter_recovery
|
||||
|
|
|
@ -26,7 +26,7 @@ set(config_module_list
|
|||
#systemcmds/config
|
||||
#systemcmds/dumpfile
|
||||
systemcmds/esc_calib
|
||||
#systemcmds/hardfault_log
|
||||
systemcmds/led_control
|
||||
systemcmds/mixer
|
||||
systemcmds/motor_ramp
|
||||
#systemcmds/mtd
|
||||
|
@ -112,6 +112,7 @@ set(config_module_list
|
|||
lib/geo
|
||||
lib/geo_lookup
|
||||
lib/launchdetection
|
||||
lib/led
|
||||
lib/mathlib
|
||||
lib/mathlib/math/filter
|
||||
lib/rc
|
||||
|
|
|
@ -32,6 +32,7 @@ set(config_module_list
|
|||
# System commands
|
||||
#
|
||||
systemcmds/param
|
||||
systemcmds/led
|
||||
systemcmds/mixer
|
||||
|
||||
#
|
||||
|
@ -65,6 +66,7 @@ set(config_module_list
|
|||
lib/geo
|
||||
lib/geo_lookup
|
||||
lib/conversion
|
||||
lib/led
|
||||
lib/terrain_estimation
|
||||
lib/runway_takeoff
|
||||
lib/tailsitter_recovery
|
||||
|
|
|
@ -37,6 +37,7 @@ set(config_module_list
|
|||
# System commands
|
||||
#
|
||||
systemcmds/param
|
||||
systemcmds/led
|
||||
systemcmds/mixer
|
||||
|
||||
#
|
||||
|
@ -72,6 +73,7 @@ set(config_module_list
|
|||
lib/geo_lookup
|
||||
lib/conversion
|
||||
lib/ecl
|
||||
lib/led
|
||||
lib/terrain_estimation
|
||||
lib/runway_takeoff
|
||||
lib/tailsitter_recovery
|
||||
|
|
Loading…
Reference in New Issue