File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
components/arduino_tinyusb Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ AR_USER="espressif"
3030# The full name of the repository
3131AR_REPO=" $AR_USER /arduino-esp32"
3232IDF_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
3535AR_REPO_URL=" https://github.com/$AR_REPO .git"
3636IDF_REPO_URL=" https://github.com/$IDF_REPO .git"
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments