summaryrefslogtreecommitdiff
path: root/nuttx/configs/lpc4330-xplorer/nsh
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-18 21:04:15 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-18 21:04:15 +0000
commit08acfbbbbfc832365e3f28a73b7f059d885082f4 (patch)
tree8a3575703c070ff21b32c5ffcf95611e96bdb63f /nuttx/configs/lpc4330-xplorer/nsh
parentd5c888e4eb96f7e781d2ab5079d462d19a63a882 (diff)
downloadpx4-nuttx-08acfbbbbfc832365e3f28a73b7f059d885082f4.tar.gz
px4-nuttx-08acfbbbbfc832365e3f28a73b7f059d885082f4.tar.bz2
px4-nuttx-08acfbbbbfc832365e3f28a73b7f059d885082f4.zip
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
Diffstat (limited to 'nuttx/configs/lpc4330-xplorer/nsh')
-rw-r--r--nuttx/configs/lpc4330-xplorer/nsh/defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/configs/lpc4330-xplorer/nsh/defconfig b/nuttx/configs/lpc4330-xplorer/nsh/defconfig
index e6db818ca..deb3ff19e 100644
--- a/nuttx/configs/lpc4330-xplorer/nsh/defconfig
+++ b/nuttx/configs/lpc4330-xplorer/nsh/defconfig
@@ -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