Skip to content

Commit f402217

Browse files
nordic-seglnordicjm
authored andcommitted
samples: zephyr: drivers: spi_flash: 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 75367a4 commit f402217

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

samples/zephyr/drivers/spi_flash/sample.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,3 @@ tests:
2424
- nrf54l15dk/nrf54l15/cpuapp
2525
extra_args:
2626
- DTC_OVERLAY_FILE="boards/nrf54l15dk_nrf54l15_cpuapp_sqspi.overlay"
27-
nrf.extended.sample.drivers.spi.flash:
28-
filter: dt_compat_enabled("jedec,spi-nor") or dt_compat_enabled("nordic,qspi-nor")
29-
or dt_compat_enabled("jedec,mspi-nor")
30-
platform_allow:
31-
- nrf54lm20pdk/nrf54lm20a/cpuapp
32-
- [email protected]/nrf54lm20a/cpuapp
33-
- [email protected]/nrf54lm20a/cpuapp
34-
integration_platforms:
35-
- nrf54lm20pdk/nrf54lm20a/cpuapp
36-
harness_config:
37-
fixture: external_flash
38-
type: multi_line
39-
ordered: true
40-
regex:
41-
- "Test 1: Flash erase"
42-
- "Flash erase succeeded!"
43-
- "Test 2: Flash write"
44-
- "Attempting to write 4 bytes"
45-
- "Data read matches data written. Good!!"

0 commit comments

Comments
 (0)