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>
22 lines
450 B
YAML
22 lines
450 B
YAML
common:
|
|
harness: ztest
|
|
tags: disk
|
|
tests:
|
|
drivers.disk.usdhc:
|
|
harness_config:
|
|
fixture: fixture_sdhc
|
|
filter: CONFIG_SDHC
|
|
extra_configs:
|
|
- CONFIG_DISK_DRIVER_SDMMC=y
|
|
tags: mcux
|
|
integration_platforms:
|
|
- mimxrt1060_evk
|
|
- mimxrt1050_evk
|
|
- mimxrt1064_evk
|
|
drivers.disk.ram:
|
|
platform_allow: qemu_x86_64
|
|
drivers.disk.nvme:
|
|
extra_configs:
|
|
- CONFIG_NVME=y
|
|
platform_allow: qemu_x86_64
|