Extend several flash samples and tests so that they can also be used with "jedec,mspi-nor" devices. Add configurations needed for the nrf54h20dk/nrf54h20/cpuapp target. Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
25 lines
766 B
YAML
25 lines
766 B
YAML
sample:
|
|
name: SPI Flash Sample
|
|
tests:
|
|
sample.drivers.spi.flash:
|
|
tags:
|
|
- spi
|
|
- flash
|
|
filter: dt_compat_enabled("jedec,spi-nor") or dt_compat_enabled("st,stm32-qspi-nor")
|
|
or dt_compat_enabled("st,stm32-ospi-nor") or dt_compat_enabled("st,stm32-xspi-nor")
|
|
or dt_compat_enabled("nordic,qspi-nor") or dt_compat_enabled("jedec,mspi-nor")
|
|
platform_exclude:
|
|
- hifive_unmatched/fu740/s7
|
|
- hifive_unmatched/fu740/u74
|
|
harness: console
|
|
harness_config:
|
|
type: multi_line
|
|
ordered: true
|
|
regex:
|
|
- "Test 1: Flash erase"
|
|
- "Flash erase succeeded!"
|
|
- "Test 2: Flash write"
|
|
- "Attempting to write 4 bytes"
|
|
- "Data read matches data written. Good!!"
|
|
depends_on: spi
|