zephyr/subsys/usb/device_next
Johann Fischer 09752374c5 usb: device_next: rework CDC ACM serial for flash usage
Allow optimization if high speed is not supported. Unify strings for
error logging. Allow the application to enable/disable the USB device.

Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
2025-06-20 16:23:34 +02:00
..
app usb: device_next: rework CDC ACM serial for flash usage 2025-06-20 16:23:34 +02:00
class usb: device_next: bt_hci: drop high-speed descriptors table if not used 2025-06-19 22:36:51 -07:00
CMakeLists.txt
Kconfig usb: device_next: allow to limit number or digits in serial number 2025-06-19 14:04:31 +02:00
usbd_ch9.c usb: device_next: allow to limit number or digits in serial number 2025-06-19 14:04:31 +02:00
usbd_ch9.h
usbd_class_api.h
usbd_class.c usb: device_next: Disassociate USB contexts from classes 2025-06-09 15:02:55 -07:00
usbd_class.h
usbd_config.c
usbd_config.h
usbd_core.c
usbd_data.ld
usbd_desc.c usb: device_next: disable high-speed USB device descriptor if not used 2025-06-03 14:48:29 +01:00
usbd_desc.h
usbd_device.c usb: device_next: fix the null pointer dereference on FS devices 2025-06-13 11:13:14 +02:00
usbd_device.h
usbd_endpoint.c
usbd_endpoint.h
usbd_init.c
usbd_init.h
usbd_interface.c
usbd_interface.h
usbd_msg.c usb: device_next: allow message callback to be executed from USBD thread 2025-06-03 14:48:29 +01:00
usbd_msg.h
usbd_shell.c