esp-idf/examples/storage
Michael (XIAO Xufeng) 647dea9395 soc: combine xxx_caps.h into one soc_caps.h
During HAL layer refactoring and new chip bringup, we have several
caps.h for each part, to reduce the conflicts to minimum. But this is
The capabilities headers will be relataive stable once completely
written (maybe after the featues are supported by drivers).

Now ESP32 and ESP32-S2 drivers are relative stable, making it a good
time to combine all these caps.h into one soc_caps.h

This cleanup also move HAL config and pin config into separated files,
to make the responsibilities of these headers more clear. This is
helpful for the stabilities of soc_caps.h because we want to make it
public some day.
2020-10-17 16:10:15 +08:00
..
ext_flash_fatfs build_app: make multi target support readable 2020-04-09 16:40:57 +08:00
nvs_rw_blob soc: combine xxx_caps.h into one soc_caps.h 2020-10-17 16:10:15 +08:00
nvs_rw_value ci: Modify some dut-unrelated example tests env tag from Example_WIFI to Example_GENERIC 2020-06-11 14:22:05 +08:00
nvs_rw_value_cxx ci: Modify some dut-unrelated example tests env tag from Example_WIFI to Example_GENERIC 2020-06-11 14:22:05 +08:00
partition_api ci: Modify some dut-unrelated example tests env tag from Example_WIFI to Example_GENERIC 2020-06-11 14:22:05 +08:00
parttool examples/parttool: fix the test to work on parallel test runner 2020-09-08 17:35:15 +02:00
sd_card examples: Add storage example tests 2020-04-29 09:16:18 +02:00
semihost_vfs CI: Use higher-level interaction with GDB in example tests and test apps 2020-06-05 14:58:34 +00:00
spiffs ci: Modify some dut-unrelated example tests env tag from Example_WIFI to Example_GENERIC 2020-06-11 14:22:05 +08:00
spiffsgen ci: Modify some dut-unrelated example tests env tag from Example_WIFI to Example_GENERIC 2020-06-11 14:22:05 +08:00
wear_levelling ci: Modify some dut-unrelated example tests env tag from Example_WIFI to Example_GENERIC 2020-06-11 14:22:05 +08:00
README.md Replace all DOS line endings with Unix 2018-07-12 19:10:37 +08:00

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.