Skip to content

Commit 2a09220

Browse files
committed
samples: zephyr: subsys: usb: hid-keyboard: 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 22b2665 commit 2a09220

File tree

1 file changed

+2
-30
lines changed

1 file changed

+2
-30
lines changed

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

Lines changed: 2 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sample:
33
common:
44
filter: dt_alias_exists("sw0") and dt_alias_exists("led0")
55
depends_on:
6-
# - usbd
6+
- future_target
77
- gpio
88
tags:
99
- usb
@@ -21,41 +21,13 @@ common:
2121
- "Actual device speed 2"
2222
- "s-in-status finished"
2323
tests:
24-
nrf.extended.sample.usbd.hid-keyboard:
25-
integration_platforms:
26-
- nrf54h20dk/nrf54h20/cpuapp
27-
- nrf54lm20pdk/nrf54lm20a/cpuapp
28-
platform_allow:
29-
- nrf54h20dk/nrf54h20/cpuapp
30-
- nrf54lm20pdk/nrf54lm20a/cpuapp
31-
- [email protected]/nrf54lm20a/cpuapp
24+
nrf.extended.sample.usbd.hid-keyboard: {}
3225
nrf.extended.sample.usbd.hid-keyboard.out-report:
33-
integration_platforms:
34-
- nrf54h20dk/nrf54h20/cpuapp
35-
- nrf54lm20pdk/nrf54lm20a/cpuapp
36-
platform_allow:
37-
- nrf54h20dk/nrf54h20/cpuapp
38-
- nrf54lm20pdk/nrf54lm20a/cpuapp
39-
- [email protected]/nrf54lm20a/cpuapp
4026
extra_args:
4127
- EXTRA_DTC_OVERLAY_FILE="out_report.overlay"
4228
nrf.extended.sample.usbd.hid-keyboard.large-report:
43-
integration_platforms:
44-
- nrf54h20dk/nrf54h20/cpuapp
45-
- nrf54lm20pdk/nrf54lm20a/cpuapp
46-
platform_allow:
47-
- nrf54h20dk/nrf54h20/cpuapp
48-
- nrf54lm20pdk/nrf54lm20a/cpuapp
49-
- [email protected]/nrf54lm20a/cpuapp
5029
extra_args:
5130
- EXTRA_DTC_OVERLAY_FILE="large_in_report.overlay"
5231
nrf.extended.sample.usbd.hid-keyboard.large-out-report:
53-
integration_platforms:
54-
- nrf54h20dk/nrf54h20/cpuapp
55-
- nrf54lm20pdk/nrf54lm20a/cpuapp
56-
platform_allow:
57-
- nrf54h20dk/nrf54h20/cpuapp
58-
- nrf54lm20pdk/nrf54lm20a/cpuapp
59-
- [email protected]/nrf54lm20a/cpuapp
6032
extra_args:
6133
- EXTRA_DTC_OVERLAY_FILE="large_out_report.overlay"

0 commit comments

Comments
 (0)