Skip to content

Commit c8bcc1b

Browse files
committed
Update links in run.sh script
1 parent 5659373 commit c8bcc1b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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)