Browse Source

sync px4fmu-v2_default and px4fmu-v2_test

sbg
Daniel Agar 9 years ago committed by Lorenz Meier
parent
commit
206d5a7afc
  1. 2
      cmake/configs/nuttx_px4fmu-v2_default.cmake
  2. 4
      cmake/configs/nuttx_px4fmu-v2_test.cmake

2
cmake/configs/nuttx_px4fmu-v2_default.cmake

@ -66,6 +66,8 @@ set(config_module_list
systemcmds/mtd systemcmds/mtd
systemcmds/dumpfile systemcmds/dumpfile
systemcmds/ver systemcmds/ver
#systemcmds/sd_bench
#systemcmds/tests
# #
# General system control # General system control

4
cmake/configs/nuttx_px4fmu-v2_test.cmake

@ -67,6 +67,8 @@ set(config_module_list
systemcmds/mtd systemcmds/mtd
systemcmds/dumpfile systemcmds/dumpfile
systemcmds/ver systemcmds/ver
systemcmds/sd_bench
systemcmds/tests
# #
# Testing # Testing
@ -77,7 +79,6 @@ set(config_module_list
modules/mavlink/mavlink_tests modules/mavlink/mavlink_tests
modules/unit_test modules/unit_test
modules/uORB/uORB_tests modules/uORB/uORB_tests
systemcmds/tests
# #
# General system control # General system control
@ -111,6 +112,7 @@ set(config_module_list
# #
# Logging # Logging
# #
#modules/logger
#modules/sdlog2 #modules/sdlog2
# #

Loading…
Cancel
Save