File tree Expand file tree Collapse file tree 1 file changed +11
-14
lines changed
samples/subsys/usb/cdc_acm Expand file tree Collapse file tree 1 file changed +11
-14
lines changed Original file line number Diff line number Diff line change 1
1
sample :
2
2
name : CDC ACM USB
3
+ common :
4
+ depends_on : usbd
5
+ tags : usb
6
+ harness : console
7
+ harness_config :
8
+ type : multi_line
9
+ regex :
10
+ - " Wait for DTR"
11
+ - " cdc_acm_echo: USBD message: CDC ACM control line state"
12
+ - " cdc_acm_echo: USBD message: CDC ACM line coding"
13
+ - " cdc_acm_echo: Baudrate 115200"
3
14
tests :
4
15
sample.usb_device_next.cdc-acm :
5
- depends_on : usbd
6
- tags : usb
7
16
integration_platforms :
8
17
- nrf52840dk/nrf52840
9
18
- nrf54h20dk/nrf54h20/cpuapp
@@ -16,20 +25,8 @@ tests:
16
25
- max32690evkit/max32690/m4
17
26
- samd21_xpro
18
27
- same54_xpro
19
- harness : console
20
- harness_config :
21
- type : one_line
22
- regex :
23
- - " Wait for DTR"
24
28
sample.usb_device_next.cdc-acm-workqueue :
25
- depends_on : usbd
26
- tags : usb
27
29
extra_args :
28
30
- DCONFIG_USBD_CDC_ACM_WORKQUEUE=y
29
31
integration_platforms :
30
32
- frdm_k64f
31
- harness : console
32
- harness_config :
33
- type : one_line
34
- regex :
35
- - " Wait for DTR"
You can’t perform that action at this time.
0 commit comments