Skip to content

Commit 8acdad1

Browse files
committed
samples: zephyr: subsys: usb: mass: 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 9a01153 commit 8acdad1

File tree

1 file changed

+1
-35
lines changed

1 file changed

+1
-35
lines changed

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

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,7 @@ sample:
22
name: Mass Storage
33
tests:
44
nrf.extended.sample.usb_device_next.mass_ram_none:
5-
platform_allow:
6-
- nrf54lm20pdk/nrf54lm20a/cpuapp
7-
- [email protected]/nrf54lm20a/cpuapp
8-
- [email protected]/nrf54lm20a/cpuapp
9-
- nrf54h20dk/nrf54h20/cpuapp
10-
integration_platforms:
11-
- nrf54lm20pdk/nrf54lm20a/cpuapp
12-
- nrf54h20dk/nrf54h20/cpuapp
5+
depends_on: future_target
136
extra_args:
147
- CONF_FILE="usbd_next_prj.conf"
158
- EXTRA_DTC_OVERLAY_FILE="ramdisk.overlay"
@@ -28,30 +21,3 @@ tests:
2821
- "The device is put in USB mass storage mode."
2922
- "usbd_msc: Enable"
3023
- "usbd_msc: Bulk-Only Mass Storage Reset"
31-
nrf.extended.sample.usb_device_next.mass_flash_fatfs:
32-
modules:
33-
- fatfs
34-
filter: dt_compat_enabled("nordic,qspi-nor")
35-
platform_allow:
36-
- nrf54lm20pdk/nrf54lm20a/cpuapp
37-
- [email protected]/nrf54lm20a/cpuapp
38-
- [email protected]/nrf54lm20a/cpuapp
39-
integration_platforms:
40-
- nrf54lm20pdk/nrf54lm20a/cpuapp
41-
extra_args: CONF_FILE="usbd_next_prj.conf"
42-
extra_configs:
43-
- CONFIG_LOG_DEFAULT_LEVEL=3
44-
- CONFIG_APP_MSC_STORAGE_FLASH_FATFS=y
45-
tags:
46-
- msd
47-
- usb
48-
- ci_samples_zephyr_subsys_usb
49-
harness: console
50-
harness_config:
51-
type: multi_line
52-
ordered: true
53-
regex:
54-
- "End of files"
55-
- "The device is put in USB mass storage mode."
56-
- "usbd_msc: Enable"
57-
- "usbd_msc: Bulk-Only Mass Storage Reset"

0 commit comments

Comments
 (0)