zephyr/subsys/usb/device_next
Tomasz Moń 1dde8e2550 usb: device_next: uac2: Generate Feature Unit descriptor
Rework NUM_SPATIAL_LOCATIONS() to evaluate to integer literal to allow
using it with LISTIFY() macro. This is necessary because Feature Unit do
not operate on channel clusters but rather on logical channels.

Track back Output Terminal channel cluster to appropriate entity. This
is necessary because Feature Unit does not repeat the channel cluster
information.

Signed-off-by: Tomasz Moń <tomasz.mon@nordicsemi.no>
2024-10-15 19:03:49 +01:00
..
class usb: device_next: uac2: Generate Feature Unit descriptor 2024-10-15 19:03:49 +01:00
CMakeLists.txt usb: device_next: add initial HID device support 2024-05-14 18:24:45 -04:00
Kconfig usb: device_next: rework SerialNumber generation from HWINFO 2024-05-17 16:25:02 +01:00
usbd_ch9.c usb: device_next: add device configuration change notification 2024-08-16 08:50:25 -04:00
usbd_ch9.h usb: device_next: Rename usbd_contex to usbd_context 2024-06-03 06:43:20 -07:00
usbd_class_api.h usb: device_next: rename usbd_class_node to usb_class_data 2024-04-22 06:51:22 -07:00
usbd_class.c usb: device_next: add helper to register all available class instances 2024-06-14 19:17:13 +02:00
usbd_class.h usb: device_next: Rename usbd_contex to usbd_context 2024-06-03 06:43:20 -07:00
usbd_config.c usb: device_next: add support for configuration string descriptor 2024-07-27 15:06:09 +03:00
usbd_config.h usb: device_next: Rename usbd_contex to usbd_context 2024-06-03 06:43:20 -07:00
usbd_core.c usb: device_next: USB reset clears remote wakeup permission 2024-10-08 05:59:29 -04:00
usbd_data.ld usb: device_next: Rename usbd_contex to usbd_context 2024-06-03 06:43:20 -07:00
usbd_desc.c usb: device_next: add support for configuration string descriptor 2024-07-27 15:06:09 +03:00
usbd_desc.h usb: device_next: Rename usbd_contex to usbd_context 2024-06-03 06:43:20 -07:00
usbd_device.c usb: device_next: add usbd_device_set_bcd_device() 2024-08-01 09:11:44 +01:00
usbd_device.h usb: device_next: Rename usbd_contex to usbd_context 2024-06-03 06:43:20 -07:00
usbd_endpoint.c usb: device_next: respect bMaxPacketSize0 in control transfers 2024-10-02 14:54:04 +01:00
usbd_endpoint.h
usbd_init.c usb: Add missing wMaxPacketSize endian conversions 2024-08-21 18:25:30 +01:00
usbd_init.h usb: device_next: Rename usbd_contex to usbd_context 2024-06-03 06:43:20 -07:00
usbd_interface.c usb: device_next: Rename usbd_contex to usbd_context 2024-06-03 06:43:20 -07:00
usbd_interface.h usb: device_next: Rename usbd_contex to usbd_context 2024-06-03 06:43:20 -07:00
usbd_msg.c usb: device_next: Rename usbd_contex to usbd_context 2024-06-03 06:43:20 -07:00
usbd_msg.h usb: device_next: Rename usbd_contex to usbd_context 2024-06-03 06:43:20 -07:00
usbd_shell.c usb: device_next: rename usbd_device_set_bcd() 2024-08-01 09:11:44 +01:00