commit | f67dd39bb290fc28a03a1ab86265090e0ed0512a | [log] [tgz] |
---|---|---|
author | Johann Fischer <johann.fischer@nordicsemi.no> | Fri Jul 07 00:30:04 2023 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Mon Sep 18 17:36:50 2023 +0200 |
tree | b2ead8657f6742d0b130a0ce53187ad981c775f6 | |
parent | 0b24aaad2c9a10c2b8a3d8d035bd914a5e946e96 [diff] |
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>