zephyr/tests/subsys/usb/device_next
Tomasz Moń 5144d0f65f usb: device_next: Introduce speed specific configurations
USB High-Speed devices must be able to operate at both High-Speed and
Full-Speed. The USB specification allows the device to have different
configurations depending on connection speed. Modify the API to reflect
USB Specification requirements on what can (e.g. configurations) and
what cannot (e.g. VID, PID) be speed dependent.

While the class configurations for different speeds are completely
independent, the actual class instances are shared between operating
speeds (because only one speed can be active at a time). Classes are
free to provide different number of interfaces and/or endpoints for
different speeds. The endpoints are assigned for all operating speeds
during initialization.

Signed-off-by: Tomasz Moń <tomasz.mon@nordicsemi.no>
2024-04-22 06:51:22 -07:00
..
boards tests/subsys/usb/*: Enable for native_sim 2023-11-27 16:06:42 +00:00
src usb: device_next: Introduce speed specific configurations 2024-04-22 06:51:22 -07:00
build_all.conf test: device_next: add overlays to build all functions 2024-04-19 17:04:00 +00:00
build_all.overlay test: device_next: add overlays to build all functions 2024-04-19 17:04:00 +00:00
CMakeLists.txt
prj.conf
testcase.yaml test: device_next: add overlays to build all functions 2024-04-19 17:04:00 +00:00