zephyr/samples/drivers/flash_shell/sample.yaml
Kumar Gala c58ca61a66 samples: flash_shell: Enable on all platforms with a flash driver
Try and build the flash_shell on all platforms that have a flash driver
rather than a limited set of know platforms.  This hopefully acts as a
build coverage test for all the flash drivers.

The flash shell requires around 10K of memory so limit it to systems
with 12K or more.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-02-06 19:18:51 -05:00

11 lines
240 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
harness: keyboard
min_ram: 12