mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-02 20:59:05 +00:00
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
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue