zephyr/subsys/usb/device
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
..
class usb: device: cdc_acm: Always buffer poll out data if possible 2023-11-13 09:43:46 +01:00
CMakeLists.txt
Kconfig nrfx_usbd: Rename to nrf_usbd_common 2023-11-07 14:06:51 +01:00
bos.c
os_desc.c
os_desc.h
usb_descriptor.c
usb_descriptor.h
usb_device.c
usb_transfer.c usb: device: Fix ZLP write race condition 2023-10-26 13:52:31 +02:00
usb_transfer.h
usb_work_q.c
usb_work_q.h