zephyr/subsys/usb/device/class
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
..
audio
dfu usb: dfu: fix detach happening too fast 2024-05-24 07:48:03 -04:00
hid
netusb
bluetooth.c
bt_h4.c
cdc_acm.c usb: cdc_acm: add locks around ring_buf_put 2024-06-03 03:44:45 -07:00
CMakeLists.txt
Kconfig
Kconfig.bt
Kconfig.cdc
Kconfig.msc
Kconfig.template.composite_device_number
Kconfig.test
loopback.c
msc.c