Skip to content

Commit 9a01153

Browse files
committed
samples: zephyr: subsys: usb: hid-mouse: 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 3702cc7 commit 9a01153

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

samples/zephyr/subsys/usb/hid-mouse/sample.yaml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,8 @@ common:
1010

1111
tests:
1212
nrf.extended.sample.usb_device_next.hid-mouse:
13-
# depends_on:
14-
# - usbd
15-
integration_platforms:
16-
- nrf54h20dk/nrf54h20/cpuapp
17-
- nrf54lm20pdk/nrf54lm20a/cpuapp
18-
platform_allow:
19-
- nrf54h20dk/nrf54h20/cpuapp
20-
- nrf54lm20pdk/nrf54lm20a/cpuapp
21-
- [email protected]/nrf54lm20a/cpuapp
13+
depends_on:
14+
- future_target
2215
timeout: 15
2316
harness: console
2417
harness_config:

0 commit comments

Comments
 (0)