zephyr/tests/subsys/fs/fat_fs_api/src
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
..
common.c test: fs: fat_fs_api: Add tests for reentrant zephyr support 2023-03-13 11:58:57 +01:00
main.c test: fs: fat_fs_api: Add tests for reentrant zephyr support 2023-03-13 11:58:57 +01:00
test_fat_dir.c
test_fat_file_reentrant.c test: fs: fat_fs_api: Add tests for reentrant zephyr support 2023-03-13 11:58:57 +01:00
test_fat_file.c
test_fat_fs.c
test_fat_mkfs.c test: fs: fat_fs_api: Add tests for reentrant zephyr support 2023-03-13 11:58:57 +01:00
test_fat_mount.c test: fs: fat_fs_api: Add tests for reentrant zephyr support 2023-03-13 11:58:57 +01:00
test_fat_rd_only_mount.c test: fs: fat_fs_api: Add tests for reentrant zephyr support 2023-03-13 11:58:57 +01:00
test_fat_rename.c
test_fat.h drivers: ramdisk: use devicetree to instantiate RAM disk 2023-09-18 17:36:50 +02:00