summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lpc43xx/lpc43_spifi.h
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/arch/arm/src/lpc43xx/lpc43_spifi.h
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/arch/arm/src/lpc43xx/lpc43_spifi.h')
-rw-r--r--nuttx/arch/arm/src/lpc43xx/lpc43_spifi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/arch/arm/src/lpc43xx/lpc43_spifi.h b/nuttx/arch/arm/src/lpc43xx/lpc43_spifi.h
index 8c2023f14..ef2ad842e 100644
--- a/nuttx/arch/arm/src/lpc43xx/lpc43_spifi.h
+++ b/nuttx/arch/arm/src/lpc43xx/lpc43_spifi.h
@@ -69,6 +69,8 @@
*
* Other SPIFI options
*
+ * CONFIG_SPIFI_LIBRARY - Don't use the LPC43xx ROM routines but, instead,
+ * use an external library implementation of the SPIFI interface.
* CONFIG_SPIFI_SECTOR512 - If defined, then the driver will report a more
* FAT friendly 512 byte sector size and will manage the read-modify-write
* operations on the larger erase block.