zephyr/tests/subsys/fs
Gerard Marull-Paretas e6b0d2121c tests: subsys: fs: nvs: use DEVICE_DT_GET
The flash device can be obtained at compile time using DEVICE_DT_GET.
Make the flash device a module global so that it can be re-used (no need
to query/check for the device every time).

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2022-03-31 13:55:10 +02:00
..
common fs: Add fs_file_t_init() function 2021-01-29 08:04:51 -05:00
fat_fs_api fs: fat_fs: Set FS_MOUNT_FLAG_USE_DISK_ACCESS on mount 2021-12-06 08:08:26 -05:00
fat_fs_dual_drive cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
fcb cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
fs_api everywhere: fix typos 2022-03-18 13:24:08 -04:00
littlefs everywhere: fix typos 2022-03-18 13:24:08 -04:00
multi-fs everywhere: fix typos 2022-03-18 13:24:08 -04:00
nvs tests: subsys: fs: nvs: use DEVICE_DT_GET 2022-03-31 13:55:10 +02:00