File tree 2 files changed +2
-1
lines changed
components/arduino_tinyusb
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ if(CONFIG_TINYUSB_ENABLED)
33
33
"${COMPONENT_DIR} /tinyusb/src/class/hid/hid_device.c"
34
34
"${COMPONENT_DIR} /tinyusb/src/class/midi/midi_device.c"
35
35
"${COMPONENT_DIR} /tinyusb/src/class/msc/msc_device.c"
36
+ "${COMPONENT_DIR} /tinyusb/src/class/video/video_device.c"
36
37
"${COMPONENT_DIR} /tinyusb/src/class/dfu/dfu_rt_device.c"
37
38
"${COMPONENT_DIR} /tinyusb/src/class/vendor/vendor_device.c"
38
39
"${COMPONENT_DIR} /tinyusb/src/common/tusb_fifo.c"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ source ./tools/config.sh
5
5
CAMERA_REPO_URL=" https://github.com/espressif/esp32-camera.git"
6
6
FACE_REPO_URL=" https://github.com/espressif/esp-face.git"
7
7
RMAKER_REPO_URL=" https://github.com/espressif/esp-rainmaker.git"
8
- DSP_REPO_URL=" https://github.com/espressif/esp-dsp .git"
8
+ DSP_REPO_URL=" https://github.com/espressif/esp-dl .git"
9
9
LITTLEFS_REPO_URL=" https://github.com/joltwallet/esp_littlefs.git"
10
10
TINYUSB_REPO_URL=" https://github.com/hathach/tinyusb.git"
11
11
You can’t perform that action at this time.
0 commit comments