apps/examples/fstest/Kconfig: SPIFFS GC and integrity check option interferes SPIFFS. Appears to corrupt the file system. Now marked EXPERIMENTAL.

This commit is contained in:
Gregory Nutt 2018-09-28 20:07:40 -06:00
parent a1be83cda9
commit 4e6b356123

View File

@ -43,7 +43,7 @@ config EXAMPLES_FSTEST_NLOOPS
config EXAMPLES_FSTEST_SPIFFS
bool "Enable SPIFFS testing"
default y
depends on FS_SPIFFS
depends on FS_SPIFFS && EXPERIMENTAL
---help---
SPIFFS garbage collection and integrity checking will be performed
after each pass through the test and if a write fails with ENOSPC.
@ -51,6 +51,8 @@ config EXAMPLES_FSTEST_SPIFFS
If this option is not selected then the SPIFFS FLASH will be be
reclaimed on-demand when there is no longer any available FLASH.
Marked EXPERIMENTAL because it interferes with test performance.
config EXAMPLES_FSTEST_VERBOSE
bool "Verbose output"
default n