zephyr/subsys/usb/device
Jordan Yates 924db97724 usb: cdc_acm: add locks around ring_buf_put
The ring buffer API is explicitly not thread safe, with users needing to
implement their own locking. As `poll_out` and `fifo_fill` are operating
on the same ringbuffer, these locks are needed.

Signed-off-by: Jordan Yates <jordan@embeint.com>
2024-06-03 03:44:45 -07:00
..
class usb: cdc_acm: add locks around ring_buf_put 2024-06-03 03:44:45 -07:00
bos_desc.h usb: bos: cleanup Binary Device Object Store header 2024-05-17 16:25:02 +01:00
bos.c usb: bos: cleanup Binary Device Object Store header 2024-05-17 16:25:02 +01:00
CMakeLists.txt
Kconfig
os_desc.c
os_desc.h
usb_descriptor.c usb: device: usb_descriptor.c 2024-05-28 18:57:22 +02:00
usb_descriptor.h
usb_device.c usb: bos: cleanup Binary Device Object Store header 2024-05-17 16:25:02 +01:00
usb_transfer.c
usb_transfer.h
usb_work_q.c
usb_work_q.h