esp-idf/examples/storage
Angus Gratton 154fc74f76 Merge branch 'bugfix/nvs_typedef_naming_pr3239' into 'master'
nvs: Append _t to nvs_handle & nvs_open_mode types

Closes IDFGH-891

See merge request idf/esp-idf!4783
2019-05-29 08:14:00 +08:00
..
nvs_rw_blob nvs: Append _t to nvs_handle & nvs_open_mode types 2019-05-22 02:53:28 +00:00
nvs_rw_value nvs: Append _t to nvs_handle & nvs_open_mode types 2019-05-22 02:53:28 +00:00
partition_api
parttool test: get bin path from `dut.app.flash_files` instead of `dut.download_config` 2019-01-03 09:57:47 +08:00
sd_card
semihost_vfs Rename Kconfig options (components/esp32) 2019-05-21 09:09:01 +02:00
spiffs
spiffsgen example: use mbedtls to compute hash in spiffsgen example 2019-04-26 22:37:41 +08:00
wear_levelling
README.md

README.md

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.