Skip to content

Commit 7a721dd

Browse files
committed
Replaced repositories links
1 parent 3da1544 commit 7a721dd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tools/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if [ -z $IDF_TARGET ]; then
2525
fi
2626

2727
# Owner of the target ESP32 Arduino repository
28-
AR_USER="${GITHUB_REPOSITORY_OWNER:-espressif}"
28+
AR_USER="${GITHUB_REPOSITORY_OWNER:-reykada}"
2929

3030
# The full name of the repository
3131
AR_REPO="$AR_USER/arduino-esp32"

tools/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ RUN : \
4646
# Use LIBBUILDER_CLONE_SHALLOW=1 to peform shallow clone (i.e. --depth=1 --shallow-submodules)
4747
# Use LIBBUILDER_CLONE_SHALLOW_DEPTH=X to define the depth if LIBBUILDER_CLONE_SHALLOW is used (i.e. --depth=X)
4848

49-
ARG LIBBUILDER_CLONE_URL=https://github.com/espressif/esp32-arduino-lib-builder
49+
ARG LIBBUILDER_CLONE_URL=https://github.com/reykada/esp32-arduino-lib-builder
5050
ARG LIBBUILDER_CLONE_BRANCH_OR_TAG=master
5151
ARG LIBBUILDER_CHECKOUT_REF=
5252
ARG LIBBUILDER_CLONE_SHALLOW=

tools/update-components.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ source ./tools/config.sh
66
# CLONE/UPDATE TINYUSB
77
#
88
echo "Updating TinyUSB..."
9-
TINYUSB_REPO_URL="https://github.com/hathach/tinyusb.git"
9+
TINYUSB_REPO_URL="https://github.com/reykada/tinyusb.git"
1010
TINYUSB_REPO_DIR="$AR_COMPS/arduino_tinyusb/tinyusb"
1111
if [ ! -d "$TINYUSB_REPO_DIR" ]; then
1212
git clone "$TINYUSB_REPO_URL" "$TINYUSB_REPO_DIR"

0 commit comments

Comments
 (0)