zephyr/samples/drivers/jesd216/sample.yaml
Gerard Marull-Paretas 93b63df762 samples, tests: convert string-based twister lists to YAML lists
Twister now supports using YAML lists for all fields that were written
as space-separated lists. Used twister_to_list.py script. Some artifacts
on string length are due to how ruamel dumps content.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2023-05-10 09:52:37 +02:00

31 lines
715 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
- hifive_unmatched
- mimxrt1170_evk_cm7
- mimxrt1170_evk_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
- OVERLAY_CONFIG=boards/nrf52840dk_nrf52840_spi.conf
platform_allow: nrf52840dk_nrf52840
integration_platforms:
- nrf52840dk_nrf52840