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>
12 lines
301 B
YAML
12 lines
301 B
YAML
sample:
|
|
description: Shell commands for inspecting flash driver
|
|
behavior
|
|
name: Flash shell
|
|
tests:
|
|
sample.drivers.flash.shell:
|
|
tags: flash shell
|
|
filter: CONFIG_FLASH_HAS_DRIVER_ENABLED
|
|
platform_exclude: nucleo_h745zi_q_m4 stm32h747i_disco_m4
|
|
harness: keyboard
|
|
min_ram: 12
|