diff --git a/cmake/configs/nuttx_px4fmu-v2_default.cmake b/cmake/configs/nuttx_px4fmu-v2_default.cmake index 8af384e7bac..cf17ffce66a 100644 --- a/cmake/configs/nuttx_px4fmu-v2_default.cmake +++ b/cmake/configs/nuttx_px4fmu-v2_default.cmake @@ -66,6 +66,8 @@ set(config_module_list systemcmds/mtd systemcmds/dumpfile systemcmds/ver + #systemcmds/sd_bench + #systemcmds/tests # # General system control diff --git a/cmake/configs/nuttx_px4fmu-v2_test.cmake b/cmake/configs/nuttx_px4fmu-v2_test.cmake index 4a0d2e12698..27bdf6ea8a5 100644 --- a/cmake/configs/nuttx_px4fmu-v2_test.cmake +++ b/cmake/configs/nuttx_px4fmu-v2_test.cmake @@ -67,6 +67,8 @@ set(config_module_list systemcmds/mtd systemcmds/dumpfile systemcmds/ver + systemcmds/sd_bench + systemcmds/tests # # Testing @@ -77,7 +79,6 @@ set(config_module_list modules/mavlink/mavlink_tests modules/unit_test modules/uORB/uORB_tests - systemcmds/tests # # General system control @@ -111,6 +112,7 @@ set(config_module_list # # Logging # + #modules/logger #modules/sdlog2 #