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
..
2017-09-07 18:13:16 +03:00
2017-09-04 17:37:28 +10:00
2017-09-07 18:02:39 +10:00
2017-09-11 11:42:26 +08:00
2017-09-05 16:11:03 +10:00
2017-09-18 05:44:50 -04:00
2017-01-10 11:12:02 +11:00
2017-08-23 01:10:30 +08:00
2017-07-19 09:10:48 +10:00
2017-09-12 12:11:11 +08:00
2017-09-14 20:47:43 +02:00
2017-09-01 12:07:37 +08:00
2017-03-21 13:30:38 +03:00
2017-09-05 16:10:46 +10:00
2017-09-04 22:43:52 +08:00
2016-11-16 15:57:34 +11:00
2017-09-11 19:56:40 +03:00
2017-09-13 09:02:27 +08:00
2017-09-14 10:47:44 +08: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-18 16:29:04 +10:00
2017-09-18 11:44:54 +08:00
2017-09-14 16:19:05 +08:00
2017-09-07 18:02:39 +10:00
2017-08-31 10:45:19 +08:00
2016-11-17 09:18:51 +11:00
2017-09-14 10:47:44 +08:00
2017-08-22 13:01:36 +10:00
2017-09-19 10:39:44 +08:00
2017-09-07 18:02:39 +10:00
2017-09-05 16:23:54 +10:00
2017-09-06 10:30:23 +08:00
2017-08-31 23:50:56 +08:00
2017-09-18 11:44:54 +08:00
2017-09-06 16:34:36 +08:00
2017-09-13 14:54:33 +10:00
2017-09-14 16:19:05 +08:00
2017-09-01 10:36:14 +08:00
2017-08-29 08:27:36 +08:00
2017-08-09 10:25:40 +03:00
2017-08-09 21:36:13 +08:00
2017-07-24 19:57:44 +03:00