zephyr/subsys/fs
Gerard Marull-Paretas 56d5486fbf fs: nvs: introduce nvs_mount and deprecate nvs_init
Add a new API call to replace nvs_init: nvs_mount. The new API does the
same as nvs_init except that it assumes to be provided with a valid
flash device via `struct nvs_fs` `flash_device` field. Previously, it
was not possible to avoid the runtime overhead of device_get_binding()
even if the flash device was known at compile time.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2022-03-01 12:46:34 +01:00
..
fcb
nvs fs: nvs: introduce nvs_mount and deprecate nvs_init 2022-03-01 12:46:34 +01:00
CMakeLists.txt
fat_fs.c fs/fat_fs: Allow configuration of number of root entries 2022-02-22 08:14:20 -05:00
fs_impl.c
fs_impl.h
fs.c fs: Correct LOG_ERR messages for directory API calss 2021-11-09 16:04:34 -06:00
fuse_fs_access.c fs: Add fs_dir_t type variable initializations 2021-02-05 07:32:20 -05:00
Kconfig
Kconfig.fatfs fs/fat_fs: Allow configuration of number of root entries 2022-02-22 08:14:20 -05:00
Kconfig.littlefs fs: Extend the littlefs code to support block devices 2022-01-17 12:53:43 -05:00
littlefs_fs.c fs: Extend the littlefs code to support block devices 2022-01-17 12:53:43 -05:00
shell.c fs/shell: Fix formatting for output of ssize_t variable 2021-10-28 11:19:04 +02:00