Files
esp-idf/components
Ivan Grokhotkov fe30789149 nvs_flash: delete Storage if init fails
Previously, nvs_flash_init_custom would not be called if Storage for a
particular partition was already created. This caused issues if the
first call to nvs_flash_init failed due to Storage init error. This issue
exhibited itself as random failures of NVS CI test.

With this change, storage object is deleted (and not added to storage
list) if initialization fails.
2017-09-19 10:39:44 +08:00
..
2016-11-16 15:57:34 +11:00
2017-09-11 19:56:40 +03:00
2017-09-14 09:35:36 -04:00
2017-03-07 10:18:47 +11:00
2017-01-09 17:51:48 +08:00
2017-08-22 13:01:36 +10:00
2017-08-31 23:50:56 +08:00