Fix the YAML files indentation for files in samples/. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
24 lines
659 B
YAML
24 lines
659 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
|