File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
components/arduino_tinyusb Expand file tree Collapse file tree 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)
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"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ source ./tools/config.sh
55CAMERA_REPO_URL=" https://github.com/espressif/esp32-camera.git"
66FACE_REPO_URL=" https://github.com/espressif/esp-face.git"
77RMAKER_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"
99LITTLEFS_REPO_URL=" https://github.com/joltwallet/esp_littlefs.git"
1010TINYUSB_REPO_URL=" https://github.com/hathach/tinyusb.git"
1111
You can’t perform that action at this time.
0 commit comments