mirror of
https://github.com/apache/nuttx.git
synced 2026-08-18 20:18:17 +00:00
Update driver to work with and external SPIFI library (vs. ROM)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4952 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
c61de9ca3a
commit
9bdcab52c0
2 changed files with 5 additions and 0 deletions
|
|
@ -920,3 +920,5 @@ Where <subdir> is one of the following:
|
|||
FAT friendly 512 byte sector size and will manage the read-modify-write
|
||||
operations on the larger erase block.
|
||||
CONFIG_SPIFI_READONLY - Define to support only read-only operations.
|
||||
CONFIG_SPIFI_LIBRARY - Don't use the LPC43xx ROM routines but, instead,
|
||||
use an external library implementation of the SPIFI interface.
|
||||
|
|
|
|||
|
|
@ -678,11 +678,14 @@ CONFIG_MMCSD_HAVECARDDETECT=n
|
|||
# FAT friendly 512 byte sector size and will manage the read-modify-write
|
||||
# operations on the larger erase block.
|
||||
# CONFIG_SPIFI_READONLY - Define to support only read-only operations.
|
||||
# CONFIG_SPIFI_LIBRARY - Don't use the LPC43xx ROM routines but, instead,
|
||||
# use an external library implementation of the SPIFI interface.
|
||||
#
|
||||
CONFIG_SPIFI_OFFSET=0
|
||||
CONFIG_SPIFI_BLKSIZE=4096
|
||||
CONFIG_SPIFI_SECTOR512=y
|
||||
CONFIG_SPIFI_RDONLY=n
|
||||
CONFIG_SPIFI_LIBRARY=n
|
||||
|
||||
# TCP/IP and UDP support via uIP
|
||||
# CONFIG_NET - Enable or disable all network features
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue