File tree Expand file tree Collapse file tree 1 file changed +10
-19
lines changed
samples/subsys/usb/cdc_acm Expand file tree Collapse file tree 1 file changed +10
-19
lines changed Original file line number Diff line number Diff line change 1
1
sample :
2
2
name : CDC ACM USB
3
+ common :
4
+ tags : usb
5
+ harness : console
6
+ harness_config :
7
+ type : multi_line
8
+ regex :
9
+ - " Wait for DTR"
10
+ - " cdc_acm_echo: USBD message: CDC ACM control line state"
11
+ - " cdc_acm_echo: USBD message: CDC ACM line coding"
12
+ - " cdc_acm_echo: Baudrate 115200"
3
13
tests :
4
14
sample.usb.cdc-acm :
5
15
depends_on : usb_device
6
- tags : usb
7
16
arch_exclude : posix
8
- harness : console
9
- harness_config :
10
- type : one_line
11
- regex :
12
- - " Wait for DTR"
13
17
sample.usb_device_next.cdc-acm :
14
18
depends_on : usbd
15
- tags : usb
16
19
extra_args : CONF_FILE="usbd_next_prj.conf"
17
20
integration_platforms :
18
21
- nrf52840dk/nrf52840
@@ -26,27 +29,15 @@ tests:
26
29
- max32690evkit/max32690/m4
27
30
- samd21_xpro
28
31
- same54_xpro
29
- harness : console
30
- harness_config :
31
- type : one_line
32
- regex :
33
- - " Wait for DTR"
34
32
sample.usb_device_next.cdc-acm-workqueue :
35
33
depends_on : usbd
36
- tags : usb
37
34
extra_args :
38
35
- CONF_FILE="usbd_next_prj.conf"
39
36
- DCONFIG_USBD_CDC_ACM_WORKQUEUE=y
40
37
integration_platforms :
41
38
- frdm_k64f
42
- harness : console
43
- harness_config :
44
- type : one_line
45
- regex :
46
- - " Wait for DTR"
47
39
sample.usb.cdc-acm.buildonly :
48
40
depends_on : usb_device
49
- tags : usb
50
41
arch_allow : posix
51
42
build_only : true
52
43
integration_platforms :
You can’t perform that action at this time.
0 commit comments