Skip to content

Commit 1d05c79

Browse files
committed
Merge branch 'feat/support_tinyusb_0.17' into 'master'
feat(usb_device_uvc): Support latest TinyUSB See merge request ae_group/esp-iot-solution!1196
2 parents 6f1d8ad + a1c204c commit 1d05c79

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

components/usb/usb_device_uvc/idf_component.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ issues: https://github.com/espressif/esp-iot-solution/issues
1313
dependencies:
1414
idf: ">=5.0"
1515
espressif/tinyusb:
16-
# Pinned to version 0.15.0~10 until https://github.com/espressif/tinyusb/pull/36 is merged.
17-
version: "0.15.0~10"
16+
version: ">=0.17.0~2"
1817
cmake_utilities: "*"
1918
examples:
2019
- path: ../../../examples/usb/device/usb_webcam

0 commit comments

Comments
 (0)