From 4415a3bd3cf1ca661486c235b63bbf5cfb8a12d0 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Wed, 6 Jul 2022 17:06:37 -0500 Subject: [PATCH] samples: drivers: spi_flash: Exclude hifive_unmatched hifive_unmatched has a jedec,spi-nor flash node, however we have no SPI driver for the controller so exclude the platform from this sample. Signed-off-by: Kumar Gala --- samples/drivers/spi_flash/sample.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samples/drivers/spi_flash/sample.yaml b/samples/drivers/spi_flash/sample.yaml index 736e35a010a..c8eb6b912bf 100644 --- a/samples/drivers/spi_flash/sample.yaml +++ b/samples/drivers/spi_flash/sample.yaml @@ -4,6 +4,7 @@ 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") + platform_exclude: hifive_unmatched harness: console harness_config: type: multi_line @@ -18,6 +19,7 @@ tests: sample.drivers.spi.flash_dpd: tags: spi flash filter: dt_compat_enabled("jedec,spi-nor") + platform_exclude: hifive_unmatched build_only: true extra_configs: - CONFIG_SPI_NOR_IDLE_IN_DPD=y