samples: flash_shell: Run on boards without zephyr,flash-controller

The flash shell can now build when there isn't a chosen
zephyr,flash-controller available, so we can simplify the filter to
apply this sample to more boards.

Two STM32 H7 board configurations are excluded because the flash driver
isn't supported yet on the M4 core.

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
Maureen Helm 2021-01-19 15:31:01 -06:00 committed by Anas Nashif
commit a8d3c8e142

View file

@ -5,6 +5,7 @@ sample:
tests:
sample.drivers.flash.shell:
tags: flash shell
filter: CONFIG_FLASH_HAS_DRIVER_ENABLED and dt_chosen_enabled("zephyr,flash-controller")
filter: CONFIG_FLASH_HAS_DRIVER_ENABLED
platform_exclude: nucleo_h745zi_q_m4 stm32h747i_disco_m4
harness: keyboard
min_ram: 12