Files
zephyr/doc/reference
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
..
2021-06-29 10:26:28 -04:00
2021-12-15 14:59:21 -05:00
2021-06-29 10:26:28 -04:00
2021-10-25 15:26:47 -05:00
2022-01-06 21:26:59 +01:00
2021-12-15 14:59:21 -05:00
2021-10-04 16:42:08 -04:00