zephyr/samples/subsys/usb/cdc_acm/overlay-composite-cdc-msc.conf
Andrei Emeltchenko 95df9ffdfd sample: cdc_acm: Add overlay configuration for composite device
Add configuration for creating composite USB device with CDC ACM and
Mass Storage functions.

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
2019-02-05 11:08:24 -05:00

11 lines
208 B
Plaintext

# Overlay file for composite configuration
# CDC ACM + Mass Storage (RAM)
CONFIG_USB_COMPOSITE_DEVICE=y
CONFIG_USB_MASS_STORAGE=y
CONFIG_USB_MASS_STORAGE_LOG_LEVEL_ERR=y
#RAM DISK
CONFIG_DISK_ACCESS_RAM=y