From 08acfbbbbfc832365e3f28a73b7f059d885082f4 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 18 Jul 2012 21:04:15 +0000 Subject: 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 --- nuttx/configs/lpc4330-xplorer/README.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nuttx/configs/lpc4330-xplorer/README.txt') 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 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. -- cgit v1.2.3