Convert qspi and hyperflash to variants instead of revisions by popular demand. And convert evkb into a revision instead of a different board. Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
32 lines
721 B
YAML
32 lines
721 B
YAML
sample:
|
|
description: FS shell sample
|
|
name: FS shell
|
|
common:
|
|
tags:
|
|
- shell
|
|
- filesystem
|
|
harness: keyboard
|
|
tests:
|
|
sample.filesystem.shell:
|
|
platform_allow:
|
|
- reel_board
|
|
- mimxrt1060_evk/mimxrt1062/qspi
|
|
- mr_canhubk3
|
|
- native_sim
|
|
integration_platforms:
|
|
- reel_board
|
|
sample.filesystem.shell.fuse:
|
|
platform_allow:
|
|
- native_sim
|
|
extra_configs:
|
|
- CONFIG_FUSE_FS_ACCESS=y
|
|
# This test cannot be run in CI as we lack the fuse library
|
|
skip: true
|
|
sample.filesystem.shell.flash_load:
|
|
tags:
|
|
- flash_load
|
|
platform_allow: nrf52dk/nrf52832
|
|
extra_args: CONF_FILE=prj_flash_load.conf
|
|
integration_platforms:
|
|
- nrf52dk/nrf52832
|