Skip to content
Snippets Groups Projects
Commit c8c918ce authored by Beat Küng's avatar Beat Küng
Browse files

cmake configs: add systemcmds/tune_control

This is now required in the startup scripts
parent 10597fcf
No related branches found
No related tags found
No related merge requests found
Showing
with 14 additions and 1 deletion
...@@ -58,6 +58,7 @@ set(config_module_list ...@@ -58,6 +58,7 @@ set(config_module_list
systemcmds/sd_bench systemcmds/sd_bench
systemcmds/top systemcmds/top
systemcmds/topic_listener systemcmds/topic_listener
systemcmds/tune_control
systemcmds/ver systemcmds/ver
# #
......
...@@ -53,6 +53,7 @@ set(config_module_list ...@@ -53,6 +53,7 @@ set(config_module_list
systemcmds/hardfault_log systemcmds/hardfault_log
systemcmds/reboot systemcmds/reboot
systemcmds/topic_listener systemcmds/topic_listener
systemcmds/tune_control
systemcmds/top systemcmds/top
systemcmds/config systemcmds/config
systemcmds/nshterm systemcmds/nshterm
......
...@@ -66,6 +66,7 @@ set(config_module_list ...@@ -66,6 +66,7 @@ set(config_module_list
systemcmds/sd_bench systemcmds/sd_bench
systemcmds/top systemcmds/top
systemcmds/topic_listener systemcmds/topic_listener
systemcmds/tune_control
systemcmds/usb_connected systemcmds/usb_connected
systemcmds/ver systemcmds/ver
......
...@@ -71,6 +71,7 @@ set(config_module_list ...@@ -71,6 +71,7 @@ set(config_module_list
#systemcmds/sd_bench #systemcmds/sd_bench
systemcmds/top systemcmds/top
#systemcmds/topic_listener #systemcmds/topic_listener
systemcmds/tune_control
systemcmds/ver systemcmds/ver
# #
......
...@@ -72,6 +72,7 @@ set(config_module_list ...@@ -72,6 +72,7 @@ set(config_module_list
systemcmds/sd_bench systemcmds/sd_bench
systemcmds/top systemcmds/top
systemcmds/topic_listener systemcmds/topic_listener
systemcmds/tune_control
systemcmds/ver systemcmds/ver
# #
......
...@@ -64,6 +64,7 @@ set(config_module_list ...@@ -64,6 +64,7 @@ set(config_module_list
systemcmds/sd_bench systemcmds/sd_bench
systemcmds/top systemcmds/top
systemcmds/topic_listener systemcmds/topic_listener
systemcmds/tune_control
systemcmds/ver systemcmds/ver
# #
......
...@@ -64,6 +64,7 @@ set(config_module_list ...@@ -64,6 +64,7 @@ set(config_module_list
systemcmds/sd_bench systemcmds/sd_bench
systemcmds/top systemcmds/top
systemcmds/topic_listener systemcmds/topic_listener
systemcmds/tune_control
systemcmds/ver systemcmds/ver
# #
......
...@@ -60,6 +60,7 @@ set(config_module_list ...@@ -60,6 +60,7 @@ set(config_module_list
systemcmds/sd_bench systemcmds/sd_bench
systemcmds/top systemcmds/top
systemcmds/topic_listener systemcmds/topic_listener
systemcmds/tune_control
systemcmds/ver systemcmds/ver
# #
......
...@@ -44,6 +44,7 @@ set(config_module_list ...@@ -44,6 +44,7 @@ set(config_module_list
systemcmds/dumpfile systemcmds/dumpfile
systemcmds/ver systemcmds/ver
systemcmds/topic_listener systemcmds/topic_listener
systemcmds/tune_control
# #
# General system control # General system control
......
...@@ -39,6 +39,7 @@ set(config_module_list ...@@ -39,6 +39,7 @@ set(config_module_list
systemcmds/esc_calib systemcmds/esc_calib
systemcmds/reboot systemcmds/reboot
systemcmds/topic_listener systemcmds/topic_listener
systemcmds/tune_control
systemcmds/perf systemcmds/perf
# #
......
...@@ -44,6 +44,7 @@ set(config_module_list ...@@ -44,6 +44,7 @@ set(config_module_list
systemcmds/mixer systemcmds/mixer
systemcmds/ver systemcmds/ver
systemcmds/topic_listener systemcmds/topic_listener
systemcmds/tune_control
modules/mavlink modules/mavlink
......
...@@ -36,6 +36,7 @@ set(config_module_list ...@@ -36,6 +36,7 @@ set(config_module_list
systemcmds/mixer systemcmds/mixer
systemcmds/ver systemcmds/ver
systemcmds/topic_listener systemcmds/topic_listener
systemcmds/tune_control
modules/mavlink modules/mavlink
...@@ -77,4 +78,4 @@ set(config_module_list ...@@ -77,4 +78,4 @@ set(config_module_list
platforms/common platforms/common
platforms/posix/px4_layer platforms/posix/px4_layer
platforms/posix/work_queue platforms/posix/work_queue
) )
\ No newline at end of file
...@@ -44,6 +44,7 @@ set(config_module_list ...@@ -44,6 +44,7 @@ set(config_module_list
systemcmds/sd_bench systemcmds/sd_bench
systemcmds/top systemcmds/top
systemcmds/topic_listener systemcmds/topic_listener
systemcmds/tune_control
systemcmds/ver systemcmds/ver
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment