From 9bdcab52c0f5615557aedc40f375172c8bb13627 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 18 Jul 2012 21:04:15 +0000 Subject: [PATCH] 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 --- configs/lpc4330-xplorer/README.txt | 2 ++ configs/lpc4330-xplorer/nsh/defconfig | 3 +++ 2 files changed, 5 insertions(+) diff --git a/configs/lpc4330-xplorer/README.txt b/configs/lpc4330-xplorer/README.txt index cf60ca0ec9e..ce6ce5531a6 100644 --- a/configs/lpc4330-xplorer/README.txt +++ b/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. diff --git a/configs/lpc4330-xplorer/nsh/defconfig b/configs/lpc4330-xplorer/nsh/defconfig index e6db818ca1f..deb3ff19e4c 100644 --- a/configs/lpc4330-xplorer/nsh/defconfig +++ b/configs/lpc4330-xplorer/nsh/defconfig @@ -678,11 +678,14 @@ CONFIG_MMCSD_HAVECARDDETECT=n # 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. # CONFIG_SPIFI_OFFSET=0 CONFIG_SPIFI_BLKSIZE=4096 CONFIG_SPIFI_SECTOR512=y CONFIG_SPIFI_RDONLY=n +CONFIG_SPIFI_LIBRARY=n # TCP/IP and UDP support via uIP # CONFIG_NET - Enable or disable all network features