OVMS3-idf/components/nvs_flash/include
Ivan Grokhotkov 5a23ec4dc4 nvs: check that storage has at least one free page
This change adds a check for the free page count to nvs_flash_init.
Under normal operation, NVS keeps at least one free page available,
except for transient states such as freeing up new page. Due to external
factors (such as NVS partition size reduction) this free page could be
lost, making NVS operation impossible. Previously this would cause an
error when performing any nvs_set operation or opening a new namespace.
With this change, an error is returned from nvs_flash_init to indicate
that NVS partition is in such a state.
2017-03-14 22:03:39 +08:00
..
nvs.h nvs: check that storage has at least one free page 2017-03-14 22:03:39 +08:00
nvs_flash.h nvs: check that storage has at least one free page 2017-03-14 22:03:39 +08:00