zephyr/subsys/usb
Tomasz Moń f12e1d75ed usb: device: cdc_acm: Always buffer poll out data if possible
Queue characters in TX ring buffer regardless of interface state. This
allows simple applications that print basic output to CDC ACM port to
not care about connection or DTR state. Note that depending on actual
application requirements it might be still wise to wait for DTR before
trying to send data.

Signed-off-by: Tomasz Moń <tomasz.mon@nordicsemi.no>
2023-11-13 09:43:46 +01:00
..
device usb: device: cdc_acm: Always buffer poll out data if possible 2023-11-13 09:43:46 +01:00
device_next usb: fix thread function signatures 2023-10-30 12:24:34 +01:00
host usb: fix thread function signatures 2023-10-30 12:24:34 +01:00
usb_c usbc: add sleep prevention in places that may require it 2023-10-23 10:33:38 +02:00
CMakeLists.txt