esp-idf/components/nvs_flash/include
Jakob Hasse 90fdeb0955 NVS Flash: prevent erasing initialized partition
Closes https://github.com/espressif/esp-idf/issues/4755
Closes https://github.com/espressif/esp-idf/issues/2777

* nvs_flash_erase_partition() checks whether
  the parition in question is initialized
  already and will return an error if so
* reflect changes in the documentation
2020-09-08 19:30:06 +08:00
..
nvs_flash.h NVS Flash: prevent erasing initialized partition 2020-09-08 19:30:06 +08:00
nvs.h nvs: Added nvs tests, minor corrections 2019-12-13 17:06:27 +08:00