mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-03 04:31:56 +00:00
Improved RX path to use ring buffer for incoming data instead of single byte buffer. Improved TX path to use ring buffer. Added support for asynchronous UART API (interrupts). Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
14 lines
300 B
Plaintext
14 lines
300 B
Plaintext
# USB Device settings
|
|
CONFIG_USB=y
|
|
CONFIG_USB_DEVICE_STACK=y
|
|
|
|
# Select USB Configurations
|
|
CONFIG_USB_DEVICE_NETWORK_ECM=y
|
|
|
|
# Logging
|
|
CONFIG_USB_DRIVER_LOG_LEVEL_INF=y
|
|
CONFIG_USB_DEVICE_LOG_LEVEL_INF=y
|
|
CONFIG_INIT_STACKS=n
|
|
|
|
# Disable shell built-in commands to reduce ROM footprint
|
|
CONFIG_SHELL_CMDS=n |