Skip to content

Commit 22b2665

Browse files
committed
samples: zephyr: subsys: usb: cdc_acm: Disable on nrf54lm20pdk
Original sample in the Zephyr repository is now executed on final board name of nrf54lm20dk/nrf54lm20a/cpuapp. Disable execution on obsolete nrf54lm20pdk target. Signed-off-by: Sebastian Głąb <[email protected]>
1 parent 734f2ae commit 22b2665

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

samples/zephyr/subsys/usb/cdc_acm/sample.yaml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,10 @@ tests:
66
- usb
77
- ci_samples_zephyr_subsys_usb
88
extra_args: CONF_FILE="usbd_next_prj.conf"
9-
platform_allow:
10-
- nrf54lm20pdk/nrf54lm20a/cpuapp
11-
- [email protected]/nrf54lm20a/cpuapp
12-
- [email protected]/nrf54lm20a/cpuapp
13-
- nrf54h20dk/nrf54h20/cpuapp
14-
integration_platforms:
15-
- nrf54lm20pdk/nrf54lm20a/cpuapp
16-
- nrf54h20dk/nrf54h20/cpuapp
9+
depends_on: future_target
1710
harness: console
1811
harness_config:
19-
type: one_line
12+
type: multi_line
2013
regex:
2114
- "Wait for DTR"
2215
- "cdc_acm_echo: USBD message: CDC ACM control line state"

0 commit comments

Comments
 (0)