zephyr/include/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.h
fs_interface.h fs: Add fs_dir_t_init() function 2021-02-05 07:32:20 -05:00
fs_sys.h
fs.h fs: Add FS_MOUNT_FLAG_USE_DISK_ACCESS flag 2021-12-06 08:08:26 -05:00
littlefs.h fs: littlefs: Rename *area (struct flash_area*) to *backend void pointer 2022-01-17 12:53:43 -05:00
nvs.h fs: nvs: introduce nvs_mount and deprecate nvs_init 2022-03-01 12:46:34 +01:00