zephyr/subsys/usb/device_next
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
..
class usb: device_next: fix buffer count configuration in CDC ACM pool 2024-02-09 17:38:52 +00:00
CMakeLists.txt usb: device_next: new USB Audio 2 implementation 2024-02-01 15:07:37 +01:00
Kconfig shell: do not enable subsystem/driver shell modules by default 2023-11-20 09:21:40 +01:00
usbd_ch9.c usb: device_next: add SetFeature(TEST_MODE) support 2023-12-12 15:01:49 +01:00
usbd_ch9.h usb: fix common misspellings in USB support 2023-07-26 10:46:01 +02:00
usbd_class.c toolchain: only include <zephyr/toolchain.h> 2023-09-15 09:27:30 +02:00
usbd_class.h usb: fix common misspellings in USB support 2023-07-26 10:46:01 +02:00
usbd_class_api.h usb: device_next: correct internal class API documentation 2024-02-09 10:52:16 -06:00
usbd_config.c
usbd_config.h
usbd_core.c usb: device_next: broadcast SOF to classes 2024-02-01 15:07:37 +01:00
usbd_data.ld iterable_sections: move to specific header 2023-05-22 10:42:30 +02:00
usbd_desc.c usb: fix common misspellings in USB support 2023-07-26 10:46:01 +02:00
usbd_desc.h usb: fix common misspellings in USB support 2023-07-26 10:46:01 +02:00
usbd_device.c driver: usb: change function parameter name from class to base_class. 2024-01-10 11:08:11 +01:00
usbd_device.h
usbd_endpoint.c usb: Fix build for 64 bit platforms 2023-02-23 17:51:31 +01:00
usbd_endpoint.h
usbd_init.c usb: Fix build for 64 bit platforms 2023-02-23 17:51:31 +01:00
usbd_init.h
usbd_interface.c usb: device_next: do not set alternate 0 for non-existent interfaces 2023-05-11 15:29:58 +02:00
usbd_interface.h
usbd_shell.c usb: device_next: simplify way to set/change triple code 2023-12-13 17:52:00 +01:00