esp-idf/examples/storage
Sagar Bijwe 1df85e0039 nvs_flash: Version compatibility check for nvs storage
This change adds a check for compatibility between the nvs version
found on nvs flash and the one assumed by running code during nvs
initialization. Any mismatch is reported to the user using new error
code ESP_ERR_NVS_NEW_VERSION_FOUND.
2018-08-05 00:00:56 +00:00
..
nvs_rw_blob nvs_flash: Version compatibility check for nvs storage 2018-08-05 00:00:56 +00:00
nvs_rw_value nvs_flash: Version compatibility check for nvs storage 2018-08-05 00:00:56 +00:00
sd_card
spiffs
wear_levelling
README.md

README.md

Storage Examples

Storage and management of user and system data in modules flash and on external memory / devices.

See the README.md file in the upper level examples directory for more information about examples.