1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-12 18:49:08 -04:00
Ivan Grokhotkov 750818de72 spiffs: clarify the usage of partition_label, fix the example
* If esp_vfs_spiffs_register is called with an explicit partition
  label, other SPIFFS functions (info, format, unregister) must be
  called with the same label.

* On the other hand, if label was NULL in the call to
  esp_vfs_spiffs_register and the first matching partition was used,
  calls to the rest of the SPIFFS functions should be done with NULL
  partition_label argument.

Fix the Doxygen documentation. Update the example accordingly, in case
a user modifies "partition_label" value in esp_vfs_spiffs_conf_t conf
initializer.

Closes https://github.com/espressif/esp-idf/issues/4450
2019-12-23 18:20:14 +01:00
..
2019-10-09 16:46:46 +08:00
2019-12-10 10:23:00 +08:00
2019-12-09 09:48:37 +08:00
2019-12-12 15:55:42 +08:00
2019-12-09 09:48:31 +08:00
2019-12-10 14:30:25 +08:00
2019-11-29 18:05:24 +08:00
2019-11-20 11:17:27 +01:00
2019-12-09 09:44:56 +08:00
2019-11-20 11:17:27 +01:00
2019-12-11 14:53:26 +01:00
2019-12-09 09:44:56 +08:00