aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs/lpc4330-xplorer/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-07-18 21:04:15 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-07-18 21:04:15 +0000
commit9dd0adc100556f74647f9cdf7bf5acfeb015115b (patch)
tree8a3575703c070ff21b32c5ffcf95611e96bdb63f /nuttx/configs/lpc4330-xplorer/README.txt
parentbc3cb304a055da388bd64197942cfcbe23a26ae2 (diff)
downloadpx4-firmware-9dd0adc100556f74647f9cdf7bf5acfeb015115b.tar.gz
px4-firmware-9dd0adc100556f74647f9cdf7bf5acfeb015115b.tar.bz2
px4-firmware-9dd0adc100556f74647f9cdf7bf5acfeb015115b.zip
Update driver to work with and external SPIFI library (vs. ROM)
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4952 7fd9a85b-ad96-42d3-883c-3090e2eb8679
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.