mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 14:12:50 +00:00
Add configuration for creating composite USB device with CDC ACM and Mass Storage functions. Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
11 lines
208 B
Plaintext
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
|