summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-11-02 08:07:39 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-11-02 08:07:39 -0600
commitfbd724d2410ef8fe27d4fefd5a637ce6985ea330 (patch)
treeac8628a2b1a12847b648f1d8d4a1a5ea03e64bbf
parent01eb84ca136d223f8c291ba4d969938cf6468e70 (diff)
downloadnuttx-fbd724d2410ef8fe27d4fefd5a637ce6985ea330.tar.gz
nuttx-fbd724d2410ef8fe27d4fefd5a637ce6985ea330.tar.bz2
nuttx-fbd724d2410ef8fe27d4fefd5a637ce6985ea330.zip
Configs update for SST25 SPI from Davide Sidrane
-rw-r--r--nuttx/configs/spark/composite/defconfig4
-rw-r--r--nuttx/configs/spark/nsh/defconfig4
-rw-r--r--nuttx/configs/spark/usbmsc/defconfig4
3 files changed, 6 insertions, 6 deletions
diff --git a/nuttx/configs/spark/composite/defconfig b/nuttx/configs/spark/composite/defconfig
index c17cb5ddc..cea1150ae 100644
--- a/nuttx/configs/spark/composite/defconfig
+++ b/nuttx/configs/spark/composite/defconfig
@@ -461,8 +461,8 @@ CONFIG_MTD_BYTE_WRITE=y
# CONFIG_MTD_SMART is not set
# CONFIG_MTD_RAMTRON is not set
CONFIG_MTD_SST25=y
-CONFIG_SST25_SPIMODE=1
-CONFIG_SST25_SPIFREQUENCY=20000000
+CONFIG_SST25_SPIMODE=0
+CONFIG_SST25_SPIFREQUENCY=80000000
# CONFIG_SST25_READONLY is not set
CONFIG_SST25_SECTOR512=y
CONFIG_SST25_SLOWWRITE=y
diff --git a/nuttx/configs/spark/nsh/defconfig b/nuttx/configs/spark/nsh/defconfig
index ce12f1a50..17a612408 100644
--- a/nuttx/configs/spark/nsh/defconfig
+++ b/nuttx/configs/spark/nsh/defconfig
@@ -435,8 +435,8 @@ CONFIG_MTD_BYTE_WRITE=y
# CONFIG_MTD_SMART is not set
# CONFIG_MTD_RAMTRON is not set
CONFIG_MTD_SST25=y
-CONFIG_SST25_SPIMODE=1
-CONFIG_SST25_SPIFREQUENCY=20000000
+CONFIG_SST25_SPIMODE=0
+CONFIG_SST25_SPIFREQUENCY=80000000
# CONFIG_SST25_READONLY is not set
CONFIG_SST25_SECTOR512=y
CONFIG_SST25_SLOWWRITE=y
diff --git a/nuttx/configs/spark/usbmsc/defconfig b/nuttx/configs/spark/usbmsc/defconfig
index 434ecfdb0..2db012981 100644
--- a/nuttx/configs/spark/usbmsc/defconfig
+++ b/nuttx/configs/spark/usbmsc/defconfig
@@ -435,8 +435,8 @@ CONFIG_MTD_BYTE_WRITE=y
# CONFIG_MTD_SMART is not set
# CONFIG_MTD_RAMTRON is not set
CONFIG_MTD_SST25=y
-CONFIG_SST25_SPIMODE=1
-CONFIG_SST25_SPIFREQUENCY=20000000
+CONFIG_SST25_SPIMODE=0
+CONFIG_SST25_SPIFREQUENCY=80000000
# CONFIG_SST25_READONLY is not set
CONFIG_SST25_SECTOR512=y
CONFIG_SST25_SLOWWRITE=y