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:
parent
2c46824824
commit
a8d3c8e142
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue