Skip to content

Commit bec2ce9

Browse files
authored
Merge pull request #135 from eclipse-threadx/tizho/update_script
Update links in run.sh script
2 parents 5659373 + 179e906 commit bec2ce9

3 files changed

Lines changed: 6 additions & 8 deletions

File tree

test/cmake/usbx/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
311310
set(UX_STANDALONE_HOST_EXCLUDES

test/cmake/usbx/regression/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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)
644643
add_library(test_utility ${test_utility_files})
645644
target_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

648647
if (CMAKE_BUILD_TYPE MATCHES "msrc_rtos_build")
649648
set(test_cases

test/cmake/usbx/run.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
cd $(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
1212
if ! grep -q "\-\-output\-junit \$1.xml" ../../externals/threadx/scripts/cmake_bootstrap.sh; then

0 commit comments

Comments
 (0)