mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-04-19 14:33:45 +02:00
Add support for setting a custom device name and per-board serial number for UVC
This commit is contained in:
20
components/usb_device_uvc/idf_component.yml
Normal file
20
components/usb_device_uvc/idf_component.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
dependencies:
|
||||
cmake_utilities:
|
||||
version: '*'
|
||||
espressif/tinyusb:
|
||||
version: '>=0.15.0~10'
|
||||
idf:
|
||||
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
|
||||
repository: git://github.com/espressif/esp-iot-solution.git
|
||||
repository_info:
|
||||
commit_sha: e2529ce3b0aa6362663b4c53d7e9ba21ff307f49
|
||||
path: components/usb/usb_device_uvc
|
||||
targets:
|
||||
- esp32s2
|
||||
- esp32s3
|
||||
- esp32p4
|
||||
url: https://github.com/espressif/esp-iot-solution/tree/master/components/usb/usb_device_uvc
|
||||
version: 1.1.0
|
||||
Reference in New Issue
Block a user