From c8c918ce9899d973eb662b4c1fce2aec6ae874cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beat=20K=C3=BCng?= Date: Tue, 30 Jan 2018 16:55:33 +0100 Subject: [PATCH] cmake configs: add systemcmds/tune_control This is now required in the startup scripts --- cmake/configs/nuttx_auav-x21_default.cmake | 1 + cmake/configs/nuttx_mindpx-v2_default.cmake | 1 + cmake/configs/nuttx_nxphlite-v3_default.cmake | 1 + cmake/configs/nuttx_px4fmu-v2_default.cmake | 1 + cmake/configs/nuttx_px4fmu-v3_default.cmake | 1 + cmake/configs/nuttx_px4fmu-v4pro_default.cmake | 1 + cmake/configs/nuttx_px4fmu-v5_default.cmake | 1 + cmake/configs/nuttx_px4nucleoF767ZI-v1_default.cmake | 1 + cmake/configs/nuttx_tap-v1_default.cmake | 1 + cmake/configs/posix_rpi_common.cmake | 1 + cmake/configs/posix_sdflight_default.cmake | 1 + cmake/configs/posix_sdflight_legacy.cmake | 3 ++- cmake/configs/posix_sitl_default.cmake | 1 + 13 files changed, 14 insertions(+), 1 deletion(-) diff --git a/cmake/configs/nuttx_auav-x21_default.cmake b/cmake/configs/nuttx_auav-x21_default.cmake index 0ebe3ed05f..408dbe2174 100644 --- a/cmake/configs/nuttx_auav-x21_default.cmake +++ b/cmake/configs/nuttx_auav-x21_default.cmake @@ -58,6 +58,7 @@ set(config_module_list systemcmds/sd_bench systemcmds/top systemcmds/topic_listener + systemcmds/tune_control systemcmds/ver # diff --git a/cmake/configs/nuttx_mindpx-v2_default.cmake b/cmake/configs/nuttx_mindpx-v2_default.cmake index f70b2d5069..f7962b92b9 100644 --- a/cmake/configs/nuttx_mindpx-v2_default.cmake +++ b/cmake/configs/nuttx_mindpx-v2_default.cmake @@ -53,6 +53,7 @@ set(config_module_list systemcmds/hardfault_log systemcmds/reboot systemcmds/topic_listener + systemcmds/tune_control systemcmds/top systemcmds/config systemcmds/nshterm diff --git a/cmake/configs/nuttx_nxphlite-v3_default.cmake b/cmake/configs/nuttx_nxphlite-v3_default.cmake index 20db5d34dc..331b1272a3 100644 --- a/cmake/configs/nuttx_nxphlite-v3_default.cmake +++ b/cmake/configs/nuttx_nxphlite-v3_default.cmake @@ -66,6 +66,7 @@ set(config_module_list systemcmds/sd_bench systemcmds/top systemcmds/topic_listener + systemcmds/tune_control systemcmds/usb_connected systemcmds/ver diff --git a/cmake/configs/nuttx_px4fmu-v2_default.cmake b/cmake/configs/nuttx_px4fmu-v2_default.cmake index b3fd42bce2..cc6b33612f 100644 --- a/cmake/configs/nuttx_px4fmu-v2_default.cmake +++ b/cmake/configs/nuttx_px4fmu-v2_default.cmake @@ -71,6 +71,7 @@ set(config_module_list #systemcmds/sd_bench systemcmds/top #systemcmds/topic_listener + systemcmds/tune_control systemcmds/ver # diff --git a/cmake/configs/nuttx_px4fmu-v3_default.cmake b/cmake/configs/nuttx_px4fmu-v3_default.cmake index 421c8821a2..2fa87dd0b7 100644 --- a/cmake/configs/nuttx_px4fmu-v3_default.cmake +++ b/cmake/configs/nuttx_px4fmu-v3_default.cmake @@ -72,6 +72,7 @@ set(config_module_list systemcmds/sd_bench systemcmds/top systemcmds/topic_listener + systemcmds/tune_control systemcmds/ver # diff --git a/cmake/configs/nuttx_px4fmu-v4pro_default.cmake b/cmake/configs/nuttx_px4fmu-v4pro_default.cmake index 331b98b5cc..b4735ae0fc 100644 --- a/cmake/configs/nuttx_px4fmu-v4pro_default.cmake +++ b/cmake/configs/nuttx_px4fmu-v4pro_default.cmake @@ -64,6 +64,7 @@ set(config_module_list systemcmds/sd_bench systemcmds/top systemcmds/topic_listener + systemcmds/tune_control systemcmds/ver # diff --git a/cmake/configs/nuttx_px4fmu-v5_default.cmake b/cmake/configs/nuttx_px4fmu-v5_default.cmake index c21d647946..551ca154ad 100644 --- a/cmake/configs/nuttx_px4fmu-v5_default.cmake +++ b/cmake/configs/nuttx_px4fmu-v5_default.cmake @@ -64,6 +64,7 @@ set(config_module_list systemcmds/sd_bench systemcmds/top systemcmds/topic_listener + systemcmds/tune_control systemcmds/ver # diff --git a/cmake/configs/nuttx_px4nucleoF767ZI-v1_default.cmake b/cmake/configs/nuttx_px4nucleoF767ZI-v1_default.cmake index 31d566dffb..bb1bb263e6 100644 --- a/cmake/configs/nuttx_px4nucleoF767ZI-v1_default.cmake +++ b/cmake/configs/nuttx_px4nucleoF767ZI-v1_default.cmake @@ -60,6 +60,7 @@ set(config_module_list systemcmds/sd_bench systemcmds/top systemcmds/topic_listener + systemcmds/tune_control systemcmds/ver # diff --git a/cmake/configs/nuttx_tap-v1_default.cmake b/cmake/configs/nuttx_tap-v1_default.cmake index ee776481f3..6376193c4e 100644 --- a/cmake/configs/nuttx_tap-v1_default.cmake +++ b/cmake/configs/nuttx_tap-v1_default.cmake @@ -44,6 +44,7 @@ set(config_module_list systemcmds/dumpfile systemcmds/ver systemcmds/topic_listener + systemcmds/tune_control # # General system control diff --git a/cmake/configs/posix_rpi_common.cmake b/cmake/configs/posix_rpi_common.cmake index 6b50b25a33..e282e25876 100644 --- a/cmake/configs/posix_rpi_common.cmake +++ b/cmake/configs/posix_rpi_common.cmake @@ -39,6 +39,7 @@ set(config_module_list systemcmds/esc_calib systemcmds/reboot systemcmds/topic_listener + systemcmds/tune_control systemcmds/perf # diff --git a/cmake/configs/posix_sdflight_default.cmake b/cmake/configs/posix_sdflight_default.cmake index 1db4dd7096..e84fa2304c 100644 --- a/cmake/configs/posix_sdflight_default.cmake +++ b/cmake/configs/posix_sdflight_default.cmake @@ -44,6 +44,7 @@ set(config_module_list systemcmds/mixer systemcmds/ver systemcmds/topic_listener + systemcmds/tune_control modules/mavlink diff --git a/cmake/configs/posix_sdflight_legacy.cmake b/cmake/configs/posix_sdflight_legacy.cmake index 1792b62c90..9e46880b33 100644 --- a/cmake/configs/posix_sdflight_legacy.cmake +++ b/cmake/configs/posix_sdflight_legacy.cmake @@ -36,6 +36,7 @@ set(config_module_list systemcmds/mixer systemcmds/ver systemcmds/topic_listener + systemcmds/tune_control modules/mavlink @@ -77,4 +78,4 @@ set(config_module_list platforms/common platforms/posix/px4_layer platforms/posix/work_queue - ) \ No newline at end of file + ) diff --git a/cmake/configs/posix_sitl_default.cmake b/cmake/configs/posix_sitl_default.cmake index 710a4c9f17..6da550f670 100644 --- a/cmake/configs/posix_sitl_default.cmake +++ b/cmake/configs/posix_sitl_default.cmake @@ -44,6 +44,7 @@ set(config_module_list systemcmds/sd_bench systemcmds/top systemcmds/topic_listener + systemcmds/tune_control systemcmds/ver #