Skip to content

Commit 0597b63

Browse files
committed
samples: zephyr: subsys: usb: hid-mouse: 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 af27fb7 commit 0597b63

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ 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
98
CONFIG_SAMPLE_USBD_PID=0x0007
109

1110
CONFIG_GPIO=y

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

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,6 @@ 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
2213
timeout: 15
2314
harness: console
2415
harness_config:
@@ -28,3 +19,9 @@ tests:
2819
- "FS bNumConfigurations 1"
2920
- "Actual device speed 2"
3021
- "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

0 commit comments

Comments
 (0)