esp-idf/examples/storage
Angus Gratton 29315213a8 example: Fix spiffsgen example test
Regression in 66fb5a29bb - whitespace cleanup
added trailing newline (\n) to the end of the file, which is printed as \r\n by
IDF printf, so the 'expect' fails to see it.
2020-11-17 22:28:34 +00:00
..
ext_flash_fatfs Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
nvs_rw_blob Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
nvs_rw_value Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
nvs_rw_value_cxx Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
partition_api Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
parttool Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
sd_card Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
semihost_vfs Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
spiffs Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
spiffsgen example: Fix spiffsgen example test 2020-11-17 22:28:34 +00:00
wear_levelling Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00: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.