File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ set(BUILD_CONFIGURATIONS
3636 memory_management_build_coverage
3737 msrc_rtos_build
3838 msrc_standalone_build
39- samples_rtos_build
4039 )
4140
4241set (CMAKE_CONFIGURATION_TYPES
@@ -208,9 +207,6 @@ set(memory_management_build_coverage
208207 -DUX_ENABLE_MEMORY_STATISTICS
209208 -DUX_ENABLE_MEMORY_POOL_SANITY_CHECK
210209)
211- set (samples_rtos_build
212- ${default_build_coverage}
213- )
214210# Control if USBX is static or shared
215211if ($ENV{USBX_STATIC} )
216212 message (STATUS "Building STATIC usbx" )
@@ -249,8 +245,6 @@ enable_testing()
249245add_subdirectory (${CMAKE_CURRENT_LIST_DIR} /../../../ usbx )
250246if (CMAKE_BUILD_TYPE STREQUAL "generic_build" )
251247 add_test (fake_test true )
252- elseif (CMAKE_BUILD_TYPE STREQUAL "samples_rtos_build" )
253- add_subdirectory (${CMAKE_CURRENT_LIST_DIR} /regression_samples_rtos regression_samples_rtos )
254248else ()
255249 add_subdirectory (${CMAKE_CURRENT_LIST_DIR} /regression regression )
256250endif ()
You can’t perform that action at this time.
0 commit comments