The latest development version of this page may be more current than this released 1.14.1 version.
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

Kconfig definition

At subsys/usb/class/Kconfig:19

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:28subsys/usb/Kconfig:102

Menu path: (top menu) → USB device stack

config USB_CDC_ACM_RINGBUF_SIZE
    int
    prompt "USB CDC ACM ring buffer size" if USB_CDC_ACM && USB_DEVICE_STACK
    default 1024 if USB_CDC_ACM && USB_DEVICE_STACK
    depends on USB_CDC_ACM && USB_DEVICE_STACK
    help
      USB CDC ACM ring buffer size

(Definitions include propagated dependencies, including from if’s and menus.)