summaryrefslogtreecommitdiff
path: root/nuttx/configs/lpc4330-xplorer/README.txt
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/README.txt
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/README.txt')
-rw-r--r--nuttx/configs/lpc4330-xplorer/README.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/configs/lpc4330-xplorer/README.txt b/nuttx/configs/lpc4330-xplorer/README.txt
index cf60ca0ec..ce6ce5531 100644
--- a/nuttx/configs/lpc4330-xplorer/README.txt
+++ b/nuttx/configs/lpc4330-xplorer/README.txt
@@ -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.