Set the tinyusb version to 0.15.0~10 to fix uvc becoming unresponsive, add missing proper device mode handling, update progress docs

This commit is contained in:
Lorow
2025-06-27 22:08:14 +02:00
parent 3476c36779
commit 9479c1c592
4 changed files with 47 additions and 34 deletions

View File

@@ -1,10 +1,10 @@
dependencies:
cmake_utilities:
version: '*'
version: "*"
espressif/tinyusb:
version: '>=0.15.0~10'
version: "=0.15.0~10"
idf:
version: '>=5.0'
version: ">=5.0"
description: USB Device UVC, Streaming Video to Host
documentation: https://docs.espressif.com/projects/esp-iot-solution/en/latest/usb/usb_device/usb_device_uvc.html
issues: https://github.com/espressif/esp-iot-solution/issues
@@ -13,8 +13,8 @@ repository_info:
commit_sha: e2529ce3b0aa6362663b4c53d7e9ba21ff307f49
path: components/usb/usb_device_uvc
targets:
- esp32s2
- esp32s3
- esp32p4
- esp32s2
- esp32s3
- esp32p4
url: https://github.com/espressif/esp-iot-solution/tree/master/components/usb/usb_device_uvc
version: 1.1.0