Skip to content

Commit a8d3c8e

Browse files
MaureenHelmnashif
authored andcommitted
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 <[email protected]>
1 parent 2c46824 commit a8d3c8e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samples/drivers/flash_shell/sample.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ sample:
55
tests:
66
sample.drivers.flash.shell:
77
tags: flash shell
8-
filter: CONFIG_FLASH_HAS_DRIVER_ENABLED and dt_chosen_enabled("zephyr,flash-controller")
8+
filter: CONFIG_FLASH_HAS_DRIVER_ENABLED
9+
platform_exclude: nucleo_h745zi_q_m4 stm32h747i_disco_m4
910
harness: keyboard
1011
min_ram: 12

0 commit comments

Comments
 (0)