File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -304,8 +304,7 @@ target_compile_options(
304304 -Wshadow
305305 -Wlogical-op
306306 -Waggregate-return
307- -Wfloat-equal
308- -DFX_ENABLE_EXFAT )
307+ -Wfloat-equal )
309308
310309# Remove includes and files not needed from usbx build
311310set (UX_STANDALONE_HOST_EXCLUDES
Original file line number Diff line number Diff line change @@ -374,7 +374,6 @@ set(ux_class_storage_test_cases
374374 ${SOURCE_DIR} /usbx_ux_host_class_storage_driver_entry_test.c
375375 ${SOURCE_DIR} /usbx_ux_host_class_storage_entry_test.c
376376 ${SOURCE_DIR} /usbx_ux_host_class_storage_thread_entry_test.c
377- ${SOURCE_DIR} /usbx_ux_host_class_storage_fats_exfat_test.c
378377 ${SOURCE_DIR} /usbx_uxe_device_storage_test.c
379378 ${SOURCE_DIR} /usbx_uxe_host_storage_test.c
380379)
@@ -643,7 +642,7 @@ set(test_utility_files
643642 ${SOURCE_DIR} /usbx_ux_host_class_storage_fx_driver.c)
644643add_library (test_utility ${test_utility_files} )
645644target_link_libraries (test_utility PUBLIC azrtos::usbx azrtos::threadx azrtos::netxduo azrtos::filex )
646- target_compile_definitions (test_utility PUBLIC CTEST FX_ENABLE_EXFAT )
645+ target_compile_definitions (test_utility PUBLIC CTEST )
647646
648647if (CMAKE_BUILD_TYPE MATCHES "msrc_rtos_build" )
649648 set (test_cases
Original file line number Diff line number Diff line change 33cd $( dirname $0 )
44
55# Checkout externals
6- [ -d externals] || mkdir ../../externals
7- git clone https://github.com/azure-rtos /threadx.git ../../externals/threadx
8- git clone https://github.com/azure-rtos /netxduo.git ../../externals/netxduo
9- git clone https://github.com/azure-rtos /filex.git ../../externals/filex
6+ [ -d externals ] || mkdir ../../externals
7+ git clone https://github.com/eclipse-threadx /threadx.git ../../externals/threadx
8+ git clone https://github.com/eclipse-threadx /netxduo.git ../../externals/netxduo
9+ git clone https://github.com/eclipse-threadx /filex.git ../../externals/filex
1010
1111# Add junit output for ctest generation
1212if ! grep -q " \-\-output\-junit \$ 1.xml" ../../externals/threadx/scripts/cmake_bootstrap.sh; then
You can’t perform that action at this time.
0 commit comments