Skip to content

Commit

Permalink
Merge branch 'feat/support_tinyusb_0.17' into 'master'
Browse files Browse the repository at this point in the history
feat(usb_device_uvc): Support latest TinyUSB

See merge request ae_group/esp-iot-solution!1196
  • Loading branch information
leeebo committed Jan 10, 2025
2 parents 6f1d8ad + a1c204c commit 1d05c79
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/usb/usb_device_uvc/idf_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ issues: https://github.com/espressif/esp-iot-solution/issues
dependencies:
idf: ">=5.0"
espressif/tinyusb:
# Pinned to version 0.15.0~10 until https://github.com/espressif/tinyusb/pull/36 is merged.
version: "0.15.0~10"
version: ">=0.17.0~2"
cmake_utilities: "*"
examples:
- path: ../../../examples/usb/device/usb_webcam
Expand Down

0 comments on commit 1d05c79

Please sign in to comment.