We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5659373 commit c8bcc1bCopy full SHA for c8bcc1b
1 file changed
test/cmake/usbx/run.sh
@@ -3,10 +3,10 @@
3
cd $(dirname $0)
4
5
# 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
+[ -d externals ] || mkdir ../../externals
+git clone https://github.com/eclipse-threadx/threadx.git ../../externals/threadx
+git clone https://github.com/eclipse-threadx/netxduo.git ../../externals/netxduo
+git clone https://github.com/eclipse-threadx/filex.git ../../externals/filex
10
11
# Add junit output for ctest generation
12
if ! grep -q "\-\-output\-junit \$1.xml" ../../externals/threadx/scripts/cmake_bootstrap.sh; then
0 commit comments