samples: jesd216: Exclude hifive1 board from sample

By default the hifive1 board doesn't enable the SPI controller that
the flash is on.  As such this test will not build on that platform
due to lack of a missing SPI bus controller device.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2021-07-12 08:11:12 -05:00 committed by Christopher Friedt
commit 629b270ac5

View file

@ -3,6 +3,7 @@ sample:
tests: tests:
sample.drivers.jesd216: sample.drivers.jesd216:
tags: spi flash tags: spi flash
platform_exclude: hifive1
filter: dt_compat_enabled("jedec,spi-nor") filter: dt_compat_enabled("jedec,spi-nor")
harness: console harness: console
harness_config: harness_config: