zephyr/samples/drivers/jesd216/sample.yaml
Andrzej Głąbek cd3a78056d samples: drivers: jesd216: Remove unnecessary Kconfig option changes
It is no longer needed to enable a specific flash driver in the sample
configuration. An appropriate driver (together with its dependencies,
like the SPI bus) for a given target will be enabled automatically
based on what is enabled in DTS.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2024-12-09 15:10:47 +01:00

37 lines
966 B
YAML

sample:
name: JESD216 Sample
common:
tags:
- spi
- flash
harness: console
harness_config:
type: multi_line
ordered: true
regex:
- "sfdp-bfp ="
- "jedec-id ="
tests:
sample.drivers.jesd216:
platform_exclude:
- hifive1
- hifive_unleashed/fu540/e51
- hifive_unleashed/fu540/u54
- hifive_unmatched/fu740/s7
- hifive_unmatched/fu740/u74
- mimxrt1170_evk/mimxrt1176/cm7
- mimxrt1170_evk/mimxrt1176/cm4
filter: dt_compat_enabled("jedec,spi-nor")
depends_on: spi
sample.drivers.jesd216.nrf52840dk_spi:
extra_args:
- DTC_OVERLAY_FILE=boards/nrf52840dk_nrf52840_spi.overlay
platform_allow: nrf52840dk/nrf52840
integration_platforms:
- nrf52840dk/nrf52840
sample.drivers.stm32.jesd216:
filter: dt_compat_enabled("st,stm32-xspi-nor")
or dt_compat_enabled("st,stm32-ospi-nor")
or dt_compat_enabled("st,stm32-qspi-nor")
depends_on: spi