OVMS3-idf/examples/storage
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
..
ext_flash_fatfs test: update example and unit tests with new import roles: 2019-12-07 10:34:54 +08:00
nvs_rw_blob tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
nvs_rw_value tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
partition_api Merge branch 'bugfix/partition_tables_update_note' into 'master' 2019-07-29 19:00:44 +08:00
parttool test: update example and unit tests with new import roles: 2019-12-07 10:34:54 +08:00
sd_card Merge branch 'master' into feature/esp32s2beta_update 2019-08-08 13:44:24 +10:00
semihost_vfs docs: Updates OpenOCD configuration file names 2019-11-18 13:33:32 +03:00
spiffs spiffs: clarify the usage of partition_label, fix the example 2019-12-23 18:20:14 +01:00
spiffsgen test: update example and unit tests with new import roles: 2019-12-07 10:34:54 +08:00
wear_levelling Merge branch 'bugfix/partition_tables_update_note' into 'master' 2019-07-29 19:00:44 +08:00
README.md Replace all DOS line endings with Unix 2018-07-12 19:10:37 +08:00

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.