summaryrefslogtreecommitdiff
path: root/nuttx/configs/lpc4330-xplorer/nsh/defconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-23 20:08:56 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-23 20:08:56 +0000
commitbbae2a800dec1c8f22c3a2bf1d95affb68112746 (patch)
treed615dde5d538e1b79e5c58d2e2c3cd963c49a9a1 /nuttx/configs/lpc4330-xplorer/nsh/defconfig
parent6355e50a2289d7d764ac9de87ddd1528c510bd8f (diff)
downloadpx4-nuttx-bbae2a800dec1c8f22c3a2bf1d95affb68112746.tar.gz
px4-nuttx-bbae2a800dec1c8f22c3a2bf1d95affb68112746.tar.bz2
px4-nuttx-bbae2a800dec1c8f22c3a2bf1d95affb68112746.zip
LP43xx SPIFI MTD driver update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4971 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/lpc4330-xplorer/nsh/defconfig')
-rw-r--r--nuttx/configs/lpc4330-xplorer/nsh/defconfig11
1 files changed, 9 insertions, 2 deletions
diff --git a/nuttx/configs/lpc4330-xplorer/nsh/defconfig b/nuttx/configs/lpc4330-xplorer/nsh/defconfig
index 27c434d53..7ecb76efd 100644
--- a/nuttx/configs/lpc4330-xplorer/nsh/defconfig
+++ b/nuttx/configs/lpc4330-xplorer/nsh/defconfig
@@ -674,7 +674,7 @@ CONFIG_MMCSD_MMCSUPPORT=n
CONFIG_MMCSD_HAVECARDDETECT=n
#
-# The SPIFI drvier has some special options that can be used to
+# The SPIFI driver has some special options that can be used to
# create an MTD device on the SPIFI FLASH. NOTE: CONFIG_LPC43_SPIFI=y
# must also be defined to enable SPIFI setup support:
#
@@ -696,13 +696,20 @@ CONFIG_MMCSD_HAVECARDDETECT=n
# 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_VERIFY - Verify all spi_program() operations by reading
+# from the SPI address space after each write.
+# CONFIG_DEBUG_SPIFI_DUMP - Debug option to dump read/write buffers. You
+# probably do not want to enable this unless you want to dig through a
+# *lot* of debug output! Also required CONFIG_DEBUG, CONFIG_DEBUG_VERBOSE,
+# and CONFIG_DEBUG_FS,#
#
CONFIG_SPIFI_OFFSET=0
CONFIG_SPIFI_BLKSIZE=4096
CONFIG_SPIFI_SECTOR512=y
CONFIG_SPIFI_RDONLY=n
CONFIG_SPIFI_LIBRARY=n
-
+CONFIG_SPIFI_VERIFY=n
+CONFIG_DEBUG_SPIFI_DUMP=n
# TCP/IP and UDP support via uIP
# CONFIG_NET - Enable or disable all network features
# CONFIG_NET_IPv6 - Build in support for IPv6