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:
parent
a1be83cda9
commit
4e6b356123
@ -43,7 +43,7 @@ config EXAMPLES_FSTEST_NLOOPS
|
|||||||
config EXAMPLES_FSTEST_SPIFFS
|
config EXAMPLES_FSTEST_SPIFFS
|
||||||
bool "Enable SPIFFS testing"
|
bool "Enable SPIFFS testing"
|
||||||
default y
|
default y
|
||||||
depends on FS_SPIFFS
|
depends on FS_SPIFFS && EXPERIMENTAL
|
||||||
---help---
|
---help---
|
||||||
SPIFFS garbage collection and integrity checking will be performed
|
SPIFFS garbage collection and integrity checking will be performed
|
||||||
after each pass through the test and if a write fails with ENOSPC.
|
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
|
If this option is not selected then the SPIFFS FLASH will be be
|
||||||
reclaimed on-demand when there is no longer any available FLASH.
|
reclaimed on-demand when there is no longer any available FLASH.
|
||||||
|
|
||||||
|
Marked EXPERIMENTAL because it interferes with test performance.
|
||||||
|
|
||||||
config EXAMPLES_FSTEST_VERBOSE
|
config EXAMPLES_FSTEST_VERBOSE
|
||||||
bool "Verbose output"
|
bool "Verbose output"
|
||||||
default n
|
default n
|
||||||
|
Loading…
Reference in New Issue
Block a user