29 lines
564 B
YAML
29 lines
564 B
YAML
common:
|
|
tags:
|
|
- littlefs
|
|
- fatfs
|
|
- filesystem
|
|
modules:
|
|
- fatfs
|
|
- littlefs
|
|
tests:
|
|
filesystem.multifs:
|
|
extra_args:
|
|
- EXTRA_DTC_OVERLAY_FILE="ramdisk.overlay"
|
|
platform_allow:
|
|
- native_posix
|
|
- native_sim
|
|
- qemu_x86
|
|
integration_platforms:
|
|
- native_sim
|
|
filesystem.fs_shell:
|
|
extra_args:
|
|
- CONF_FILE="prj_fs_shell.conf"
|
|
- EXTRA_DTC_OVERLAY_FILE="ramdisk.overlay"
|
|
platform_allow:
|
|
- native_posix
|
|
- native_sim
|
|
- qemu_x86
|
|
integration_platforms:
|
|
- native_sim
|