Skip to content

Commit 46c7f77

Browse files
Adam Wojasinskicvinayak
authored andcommitted
[nrf fromtree] samples: drivers: spi_flash: Add nordic,qspi-nor to test filter
When commit 5b4f425 introduced "nordic,qspi-nor" dts binding the sample wasn't aligned to the change. From that moment the sample started to be filtered out by the Twister. The patch adds Nordic's compatible to the test filter. Signed-off-by: Adam Wojasinski <[email protected]> (cherry picked from commit 8fdb800)
1 parent 33418c5 commit 46c7f77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/drivers/spi_flash/sample.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ tests:
77
- flash
88
filter: dt_compat_enabled("jedec,spi-nor") or dt_compat_enabled("st,stm32-qspi-nor")
99
or dt_compat_enabled("st,stm32-ospi-nor")
10+
or (dt_compat_enabled("nordic,qspi-nor") and CONFIG_NORDIC_QSPI_NOR)
1011
platform_exclude: hifive_unmatched
1112
harness: console
1213
harness_config:

0 commit comments

Comments
 (0)