zephyr/tests/subsys/fs/multi-fs/testcase.yaml
Johann Fischer f67dd39bb2 drivers: ramdisk: use devicetree to instantiate RAM disk
Rework RAM disk driver to be configured using devicetree and
support multiple instances.

This patch also removes a copy of the RAM disk driver,
tests/subsys/fs/fat_fs_dual_drive/src/disk_access_test_drv.c,
that was there for testing multiple disk drivers support.

Bonus: one SYS_INIT() less and a memory region can be exported to the
host.

Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
2023-09-18 17:36:50 +02:00

27 lines
530 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
- qemu_x86
integration_platforms:
- native_posix
filesystem.fs_shell:
extra_args:
- CONF_FILE="prj_fs_shell.conf"
- EXTRA_DTC_OVERLAY_FILE="ramdisk.overlay"
platform_allow:
- native_posix
- qemu_x86
integration_platforms:
- native_posix