Add logic to un-protect blocks to the SST25 driver

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4873 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2012-06-26 23:23:08 +00:00
parent 1fadc3dc72
commit d25bd55114

View File

@ -867,9 +867,11 @@ Where <subdir> is one of the following:
CONFIG_NSH_DISABLE_WGET=y
NOTES: (1) It takes many seconds to boot the sytem using the NXFFS
file system because the entire FLASH must be verified on power up.
(2) FAT does not have this delay and this configuration can be
modified to use the (larger) FAT file system as described below:
file system because the entire FLASH must be verified on power up
(a probably several minutes the first time that NXFFS comes up and
had to format the file system). (2) FAT does not have these delays
and this configuration can be modified to use the (larger) FAT file
system as described below:
fat:
There is no FAT configuration, but the nxffx configuration can be used