Add sample to shows how to use the CDC ACM UART provided by the new experimental USB device stack as a serial backend for the console. Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
11 lines
189 B
YAML
11 lines
189 B
YAML
sample:
|
|
name: Console over CDC ACM serial
|
|
tests:
|
|
sample.usbd.console:
|
|
depends_on:
|
|
- usbd
|
|
tags: usb
|
|
harness: console
|
|
harness_config:
|
|
fixture: fixture_usb_cdc
|