summaryrefslogtreecommitdiff
path: root/nuttx/fs/nxffs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-04 18:42:28 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-04 18:42:28 +0000
commit985473319cd77dd5e966c56a915dfea45222f613 (patch)
treecf4c649a062d4ffe8355ddf724837012eb4b3282 /nuttx/fs/nxffs
parentd0c91546343d545c11c10f7d29d1c06175c1109a (diff)
downloadnuttx-985473319cd77dd5e966c56a915dfea45222f613.tar.gz
nuttx-985473319cd77dd5e966c56a915dfea45222f613.tar.bz2
nuttx-985473319cd77dd5e966c56a915dfea45222f613.zip
Fix some W25 driver errors
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5212 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/fs/nxffs')
-rw-r--r--nuttx/fs/nxffs/Kconfig16
1 files changed, 8 insertions, 8 deletions
diff --git a/nuttx/fs/nxffs/Kconfig b/nuttx/fs/nxffs/Kconfig
index b233e85ea..9f4ef8231 100644
--- a/nuttx/fs/nxffs/Kconfig
+++ b/nuttx/fs/nxffs/Kconfig
@@ -12,31 +12,31 @@ config FS_NXFFS
if FS_NXFFS
config NXFFS_ERASEDSTATE
- bool "FLASH erased state"
- default n
+ hex "FLASH erased state"
+ default 0xff
---help---
The erased state of FLASH.
This must have one of the values of 0xff or 0x00.
Default: 0xff.
config NXFFS_PACKTHRESHOLD
- bool "Re-packing threshold"
- default n
+ int "Re-packing threshold"
+ default 32
---help---
When packing flash file data,
don't both with file chunks smaller than this number of data bytes.
Default: 32.
config NXFFS_MAXNAMLEN
- bool "Maximum file name length"
- default n
+ int "Maximum file name length"
+ default 255
---help---
The maximum size of an NXFFS file name.
Default: 255.
config NXFFS_TAILTHRESHOLD
- bool "Tail threshold"
- default n
+ int "Tail threshold"
+ default 8192
---help---
clean-up can either mean
packing files together toward the end of the file or, if file are