esp-idf/examples/storage
Aditya Patwardhan 45122533e0 mbedtls-3 update:
1) Fix build issue in mbedtls
2) skip the public headers check in IDF
3)Update Kconfig Macros
4)Remove deprecated config options
5) Update the sha API according to new nomenclature
6) Update mbedtls_rsa_init usage
7) Include mbedtls/build_info.h instead of mbedtls/config.h
8) Dont include check_config.h
9) Add additional error message in esp_blufi_api.h
2022-03-03 01:37:10 +05:30
..
custom_flash_driver Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
ext_flash_fatfs soc: don't expose unstable soc header files in public api 2022-01-06 23:10:22 +08:00
fatfsgen support for wear levelling in fatfs partition generator 2021-11-29 16:57:47 +01:00
nvs_rw_blob Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
nvs_rw_value Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
nvs_rw_value_cxx Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
partition_api Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
parttool Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
sd_card Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
semihost_vfs vfs: add support for semihosting on ESP32-C3 2022-01-14 17:29:03 +01:00
spiffs examples/spiffs: increase test timeout 2022-02-23 14:33:10 +05:30
spiffsgen mbedtls-3 update: 2022-03-03 01:37:10 +05:30
wear_levelling support for wear levelling in fatfs partition generator 2021-11-29 16:57:47 +01: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.