-
CONFIG_USB_CDC_ACM_RINGBUF_SIZE
¶
USB CDC ACM ring buffer size
Type: int
Help¶
USB CDC ACM ring buffer size
Direct dependencies¶
USB_CDC_ACM
&& USB_DEVICE_STACK
(Includes any dependencies from if’s and menus.)
Defaults¶
- 1024 if
USB_CDC_ACM
&&USB_DEVICE_STACK
Kconfig definition¶
At subsys/usb/class/Kconfig:19
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:28
→ subsys/usb/Kconfig:102
Menu path: (top menu) → USB device stack
config USB_CDC_ACM_RINGBUF_SIZE int prompt "USB CDC ACM ring buffer size" ifUSB_CDC_ACM
&&USB_DEVICE_STACK
default 1024 ifUSB_CDC_ACM
&&USB_DEVICE_STACK
depends onUSB_CDC_ACM
&&USB_DEVICE_STACK
help USB CDC ACM ring buffer size
(Definitions include propagated dependencies, including from if’s and menus.)