Skip to content

Commit ef9b093

Browse files
committed
samples: zephyr: subsys: usb: hid-keyboard: Switch to nrf54lm20dk
Switch sample from nrf54lm20pdk to nrf54lm20dk. Update sample configuration to match the original one. Keep execution of this sample on 54H20 and 54LM20 as this version checks more logs (these additional logs are printed only with host computer connected). Signed-off-by: Sebastian Głąb <[email protected]>
1 parent 58cdfed commit ef9b093

File tree

2 files changed

+8
-32
lines changed

2 files changed

+8
-32
lines changed

samples/zephyr/subsys/usb/hid-keyboard/prj.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ CONFIG_LOG=y
55
CONFIG_USBD_LOG_LEVEL_INF=y
66
CONFIG_USBD_HID_LOG_LEVEL_WRN=y
77
CONFIG_UDC_DRIVER_LOG_LEVEL_WRN=y
8-
CONFIG_LOG_BUFFER_SIZE=8192
9-
108
CONFIG_SAMPLE_USBD_PID=0x0007
9+
CONFIG_SAMPLE_USBD_REMOTE_WAKEUP=y
1110

1211
CONFIG_GPIO=y
1312
CONFIG_INPUT=y

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

Lines changed: 7 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ sample:
33
common:
44
filter: dt_alias_exists("sw0") and dt_alias_exists("led0")
55
depends_on:
6-
# - usbd
76
- gpio
87
tags:
98
- usb
@@ -20,42 +19,20 @@ common:
2019
- "USBD message: VBUS ready"
2120
- "Actual device speed 2"
2221
- "s-in-status finished"
22+
integration_platforms:
23+
- nrf54h20dk/nrf54h20/cpuapp
24+
- nrf54lm20dk/nrf54lm20a/cpuapp
25+
platform_allow:
26+
- nrf54h20dk/nrf54h20/cpuapp
27+
- nrf54lm20dk/nrf54lm20a/cpuapp
2328
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
29+
nrf.extended.sample.usbd.hid-keyboard: {}
3230
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
4031
extra_args:
4132
- EXTRA_DTC_OVERLAY_FILE="out_report.overlay"
4233
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
5034
extra_args:
5135
- EXTRA_DTC_OVERLAY_FILE="large_in_report.overlay"
5236
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
6037
extra_args:
6138
- EXTRA_DTC_OVERLAY_FILE="large_out_report.overlay"

0 commit comments

Comments
 (0)