zephyr/tests/subsys/fs/ext2
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
..
boards
src tests: fs: ext2: Add ext specific tests 2023-08-03 12:22:01 -04:00
CMakeLists.txt tests: fs: ext2: Open flags test 2023-08-03 12:22:01 -04:00
Kconfig
prj_big.conf drivers: ramdisk: use devicetree to instantiate RAM disk 2023-09-18 17:36:50 +02:00
prj_flash.conf
prj_sdcard.conf
prj.conf drivers: ramdisk: use devicetree to instantiate RAM disk 2023-09-18 17:36:50 +02:00
ramdisk_big.overlay drivers: ramdisk: use devicetree to instantiate RAM disk 2023-09-18 17:36:50 +02:00
ramdisk_small.overlay drivers: ramdisk: use devicetree to instantiate RAM disk 2023-09-18 17:36:50 +02:00
testcase.yaml drivers: ramdisk: use devicetree to instantiate RAM disk 2023-09-18 17:36:50 +02:00