esp-idf/examples/storage
Michael (XIAO Xufeng) dc6d6f225e spi_flash: reverted unwilling cs_setup argument
Partially reverted 08f1bbe0c7.

The host should have this flexibility, which is consistent to the cs_hold argument.

However, the user should know as less as possible about the host.
So the wrapper layer (esp_flash_spi_init.c) should cover this, helping to set cs_setup to 1, to meet the common requirements.
2021-06-04 15:29:53 +08:00
..
custom_flash_driver esp_flash: support override default chip driver list 2021-04-26 16:05:42 +08:00
ext_flash_fatfs spi_flash: reverted unwilling cs_setup argument 2021-06-04 15:29:53 +08:00
nvs_rw_blob example_tests: CI uses ECO0 for esp32c3 tests 2021-04-09 14:26:06 +08:00
nvs_rw_value example_tests: CI uses ECO0 for esp32c3 tests 2021-04-09 14:26:06 +08:00
nvs_rw_value_cxx example_tests: CI uses ECO0 for esp32c3 tests 2021-04-09 14:26:06 +08:00
partition_api example_tests: CI uses ECO0 for esp32c3 tests 2021-04-09 14:26:06 +08:00
parttool example_tests: CI uses ECO0 for esp32c3 tests 2021-04-09 14:26:06 +08:00
sd_card examples: sdmmc: set slot width and pins explicitly 2021-05-10 23:21:27 +02:00
semihost_vfs style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00
spiffs example_tests: CI uses ECO0 for esp32c3 tests 2021-04-09 14:26:06 +08:00
spiffsgen example_tests: CI uses ECO0 for esp32c3 tests 2021-04-09 14:26:06 +08:00
wear_levelling example_tests: CI uses ECO0 for esp32c3 tests 2021-04-09 14:26:06 +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.