zephyr/subsys/usb
Johann Fischer 7e99579c6c usb: device_next: fix buffer count configuration in CDC ACM pool
Multiple CDC ACM instances can block each other because there are only
buffers for a single instance. Fix this by configuring the number of
buffers in the pool based on the number of CDC ACM instances.

Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
2024-02-09 17:38:52 +00:00
..
device drivers: use DT_INST_PROP over DT_INST_PROP_OR if possible 2024-01-30 00:26:58 +00:00
device_next usb: device_next: fix buffer count configuration in CDC ACM pool 2024-02-09 17:38:52 +00:00
host usb: host: use uint16_t for Language ID 2024-02-01 10:29:00 +00:00
usb_c usbc: fix shadowed declaration build error 2024-01-18 11:28:54 +00:00
CMakeLists.txt