File tree 3 files changed +4
-4
lines changed
components/arduino_tinyusb
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)
19
19
20
20
set (srcs
21
21
# 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"
24
24
# tusb:
25
25
#"${COMPONENT_DIR}/tinyusb/src/portable/espressif/esp32sx/dcd_esp32sx.c"
26
26
#"{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"
30
30
# The full name of the repository
31
31
AR_REPO=" $AR_USER /arduino-esp32"
32
32
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 "
34
34
35
35
AR_REPO_URL=" https://github.com/$AR_REPO .git"
36
36
IDF_REPO_URL=" https://github.com/$IDF_REPO .git"
Original file line number Diff line number Diff line change 11
11
"license" : "LGPL-2.1-or-later" ,
12
12
"repository" : {
13
13
"type" : "git" ,
14
- "url" : "https://github.com/espressif/esp32-arduino-libs " ,
14
+ "url" : "https://github.com/espressif/esp32-arduino-lib-builder " ,
15
15
},
16
16
}
17
17
You can’t perform that action at this time.
0 commit comments