From d4e03e16146ec2b5bec0191a3092f90077182f33 Mon Sep 17 00:00:00 2001 From: Eric Wolz Date: Thu, 11 Jan 2024 13:33:44 -0800 Subject: Update run.sh --- test/cmake/netxduo64/run.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/cmake/netxduo64/run.sh b/test/cmake/netxduo64/run.sh index 675a6298..ad59df07 100755 --- a/test/cmake/netxduo64/run.sh +++ b/test/cmake/netxduo64/run.sh @@ -3,7 +3,7 @@ cd $(dirname $0) # if threadx repo does not exist, clone it -[ -d ../threadx ] || git clone https://github.com/azure-rtos/threadx.git ../threadx --depth 1 -[ -d ../filex ] || git clone https://github.com/azure-rtos/filex.git ../filex --depth 1 +[ -d ../threadx ] || git clone https://github.com/eclipse-threadx/threadx.git ../threadx --depth 1 +[ -d ../filex ] || git clone https://github.com/eclipse-threadx/filex.git ../filex --depth 1 [ -f .run.sh ] || ln -sf ../threadx/scripts/cmake_bootstrap.sh .run.sh -ENABLE_64=ON ./.run.sh $* \ No newline at end of file +ENABLE_64=ON ./.run.sh $* -- cgit v1.3.1