Skip to content

Commit f757e7c

Browse files
authored
Merge branch 'master' into release/v5.3
2 parents dda397c + d86a9ea commit f757e7c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: components/arduino_tinyusb/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ if(CONFIG_TINYUSB_ENABLED)
1919

2020
set(srcs
2121
# espressif:
22-
"${COMPONENT_DIR}/src/dcd_esp32sx.c"
23-
#"${COMPONENT_DIR}/src/dcd_dwc2.c"
22+
#"${COMPONENT_DIR}/src/dcd_esp32sx.c"
23+
"${COMPONENT_DIR}/src/dcd_dwc2.c"
2424
# tusb:
2525
#"${COMPONENT_DIR}/tinyusb/src/portable/espressif/esp32sx/dcd_esp32sx.c"
2626
#"{COMPONENT_DIR}/tinyusb/src/portable/synopsys/dwc2/dcd_dwc2.c"

Diff for: tools/config.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ AR_USER="espressif"
3030
# The full name of the repository
3131
AR_REPO="$AR_USER/arduino-esp32"
3232
IDF_REPO="$AR_USER/esp-idf"
33-
AR_LIBS_REPO="$AR_USER/esp32-arduino-libs"
33+
AR_LIBS_REPO="$AR_USER/esp32-arduino-lib-builder"
3434

3535
AR_REPO_URL="https://github.com/$AR_REPO.git"
3636
IDF_REPO_URL="https://github.com/$IDF_REPO.git"

Diff for: tools/gen_platformio_manifest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"license": "LGPL-2.1-or-later",
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/espressif/esp32-arduino-libs",
14+
"url": "https://github.com/espressif/esp32-arduino-lib-builder",
1515
},
1616
}
1717

0 commit comments

Comments
 (0)