zephyr/subsys/usb
Josuah Demangeon 7538b7bdf0 usb: device_next: new USB Video Class implementation
Introduce a new USB Video Class (UVC) implementation from scratch.
It exposes a native Zephyr Video driver interface, allowing to call the
video_enqueue()/video_dequeue() interface. It will query the attached
video device to learn about the video capabilities, and use this to
configure the USB descriptors. At runtime, this UVC implementation will
send this device all the control requests, which it will send to the
attached video device. The application can poll the format currently
selected by the host, but will not be alerted when the host configures
a new format, as there is no video.h API for it yet.

Signed-off-by: Josuah Demangeon <me@josuah.net>
2025-06-27 12:25:41 +02:00
..
device usb: device: fix Bluetooth buffer handling 2025-06-19 22:36:51 -07:00
device_next usb: device_next: new USB Video Class implementation 2025-06-27 12:25:41 +02:00
host usb: host: fix set/clear feature shell commands 2025-03-24 07:53:21 +01:00
usb_c Lib: SMF: Add return code to signal event propagation 2025-06-17 16:04:04 +02:00
CMakeLists.txt