Skip to content

Commit 80e5841

Browse files
committed
Fix usb video device driver compilation
1 parent 59843ea commit 80e5841

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

components/arduino_tinyusb/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ if(CONFIG_TINYUSB_ENABLED)
3333
"${COMPONENT_DIR}/tinyusb/src/class/hid/hid_device.c"
3434
"${COMPONENT_DIR}/tinyusb/src/class/midi/midi_device.c"
3535
"${COMPONENT_DIR}/tinyusb/src/class/msc/msc_device.c"
36+
"${COMPONENT_DIR}/tinyusb/src/class/video/video_device.c"
3637
"${COMPONENT_DIR}/tinyusb/src/class/dfu/dfu_rt_device.c"
3738
"${COMPONENT_DIR}/tinyusb/src/class/vendor/vendor_device.c"
3839
"${COMPONENT_DIR}/tinyusb/src/common/tusb_fifo.c"

tools/update-components.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source ./tools/config.sh
55
CAMERA_REPO_URL="https://github.com/espressif/esp32-camera.git"
66
FACE_REPO_URL="https://github.com/espressif/esp-face.git"
77
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"
99
LITTLEFS_REPO_URL="https://github.com/joltwallet/esp_littlefs.git"
1010
TINYUSB_REPO_URL="https://github.com/hathach/tinyusb.git"
1111

0 commit comments

Comments
 (0)