Browse Source

cmake configs: add systemcmds/tune_control

This is now required in the startup scripts
sbg
Beat Küng 7 years ago
parent
commit
c8c918ce98
  1. 1
      cmake/configs/nuttx_auav-x21_default.cmake
  2. 1
      cmake/configs/nuttx_mindpx-v2_default.cmake
  3. 1
      cmake/configs/nuttx_nxphlite-v3_default.cmake
  4. 1
      cmake/configs/nuttx_px4fmu-v2_default.cmake
  5. 1
      cmake/configs/nuttx_px4fmu-v3_default.cmake
  6. 1
      cmake/configs/nuttx_px4fmu-v4pro_default.cmake
  7. 1
      cmake/configs/nuttx_px4fmu-v5_default.cmake
  8. 1
      cmake/configs/nuttx_px4nucleoF767ZI-v1_default.cmake
  9. 1
      cmake/configs/nuttx_tap-v1_default.cmake
  10. 1
      cmake/configs/posix_rpi_common.cmake
  11. 1
      cmake/configs/posix_sdflight_default.cmake
  12. 3
      cmake/configs/posix_sdflight_legacy.cmake
  13. 1
      cmake/configs/posix_sitl_default.cmake

1
cmake/configs/nuttx_auav-x21_default.cmake

@ -58,6 +58,7 @@ set(config_module_list @@ -58,6 +58,7 @@ set(config_module_list
systemcmds/sd_bench
systemcmds/top
systemcmds/topic_listener
systemcmds/tune_control
systemcmds/ver
#

1
cmake/configs/nuttx_mindpx-v2_default.cmake

@ -53,6 +53,7 @@ set(config_module_list @@ -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

1
cmake/configs/nuttx_nxphlite-v3_default.cmake

@ -66,6 +66,7 @@ set(config_module_list @@ -66,6 +66,7 @@ set(config_module_list
systemcmds/sd_bench
systemcmds/top
systemcmds/topic_listener
systemcmds/tune_control
systemcmds/usb_connected
systemcmds/ver

1
cmake/configs/nuttx_px4fmu-v2_default.cmake

@ -71,6 +71,7 @@ set(config_module_list @@ -71,6 +71,7 @@ set(config_module_list
#systemcmds/sd_bench
systemcmds/top
#systemcmds/topic_listener
systemcmds/tune_control
systemcmds/ver
#

1
cmake/configs/nuttx_px4fmu-v3_default.cmake

@ -72,6 +72,7 @@ set(config_module_list @@ -72,6 +72,7 @@ set(config_module_list
systemcmds/sd_bench
systemcmds/top
systemcmds/topic_listener
systemcmds/tune_control
systemcmds/ver
#

1
cmake/configs/nuttx_px4fmu-v4pro_default.cmake

@ -64,6 +64,7 @@ set(config_module_list @@ -64,6 +64,7 @@ set(config_module_list
systemcmds/sd_bench
systemcmds/top
systemcmds/topic_listener
systemcmds/tune_control
systemcmds/ver
#

1
cmake/configs/nuttx_px4fmu-v5_default.cmake

@ -64,6 +64,7 @@ set(config_module_list @@ -64,6 +64,7 @@ set(config_module_list
systemcmds/sd_bench
systemcmds/top
systemcmds/topic_listener
systemcmds/tune_control
systemcmds/ver
#

1
cmake/configs/nuttx_px4nucleoF767ZI-v1_default.cmake

@ -60,6 +60,7 @@ set(config_module_list @@ -60,6 +60,7 @@ set(config_module_list
systemcmds/sd_bench
systemcmds/top
systemcmds/topic_listener
systemcmds/tune_control
systemcmds/ver
#

1
cmake/configs/nuttx_tap-v1_default.cmake

@ -44,6 +44,7 @@ set(config_module_list @@ -44,6 +44,7 @@ set(config_module_list
systemcmds/dumpfile
systemcmds/ver
systemcmds/topic_listener
systemcmds/tune_control
#
# General system control

1
cmake/configs/posix_rpi_common.cmake

@ -39,6 +39,7 @@ set(config_module_list @@ -39,6 +39,7 @@ set(config_module_list
systemcmds/esc_calib
systemcmds/reboot
systemcmds/topic_listener
systemcmds/tune_control
systemcmds/perf
#

1
cmake/configs/posix_sdflight_default.cmake

@ -44,6 +44,7 @@ set(config_module_list @@ -44,6 +44,7 @@ set(config_module_list
systemcmds/mixer
systemcmds/ver
systemcmds/topic_listener
systemcmds/tune_control
modules/mavlink

3
cmake/configs/posix_sdflight_legacy.cmake

@ -36,6 +36,7 @@ set(config_module_list @@ -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 @@ -77,4 +78,4 @@ set(config_module_list
platforms/common
platforms/posix/px4_layer
platforms/posix/work_queue
)
)

1
cmake/configs/posix_sitl_default.cmake

@ -44,6 +44,7 @@ set(config_module_list @@ -44,6 +44,7 @@ set(config_module_list
systemcmds/sd_bench
systemcmds/top
systemcmds/topic_listener
systemcmds/tune_control
systemcmds/ver
#

Loading…
Cancel
Save