summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-11-02 08:27:13 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-11-02 08:27:13 -0600
commitb3053774d6c60a998a0e582adcb11384fcbd686e (patch)
tree800c9af499cab85de497bdf166a4c63d85f2dd13 /nuttx/configs
parentf367b9d3f3fb0f4159828b17bfafd15c0917a098 (diff)
downloadpx4-nuttx-b3053774d6c60a998a0e582adcb11384fcbd686e.tar.gz
px4-nuttx-b3053774d6c60a998a0e582adcb11384fcbd686e.tar.bz2
px4-nuttx-b3053774d6c60a998a0e582adcb11384fcbd686e.zip
Fix to SST25 driver to permit faster write modes. From David Sidrane
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/spark/composite/defconfig2
-rw-r--r--nuttx/configs/spark/nsh/defconfig2
-rw-r--r--nuttx/configs/spark/usbmsc/defconfig2
3 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/configs/spark/composite/defconfig b/nuttx/configs/spark/composite/defconfig
index cea1150ae..eb87a0efb 100644
--- a/nuttx/configs/spark/composite/defconfig
+++ b/nuttx/configs/spark/composite/defconfig
@@ -465,7 +465,7 @@ CONFIG_SST25_SPIMODE=0
CONFIG_SST25_SPIFREQUENCY=80000000
# CONFIG_SST25_READONLY is not set
CONFIG_SST25_SECTOR512=y
-CONFIG_SST25_SLOWWRITE=y
+# CONFIG_SST25_SLOWWRITE is not set
# CONFIG_SST25_SLOWREAD is not set
# CONFIG_MTD_SST39FV is not set
# CONFIG_MTD_W25 is not set
diff --git a/nuttx/configs/spark/nsh/defconfig b/nuttx/configs/spark/nsh/defconfig
index 17a612408..a520c16da 100644
--- a/nuttx/configs/spark/nsh/defconfig
+++ b/nuttx/configs/spark/nsh/defconfig
@@ -439,7 +439,7 @@ CONFIG_SST25_SPIMODE=0
CONFIG_SST25_SPIFREQUENCY=80000000
# CONFIG_SST25_READONLY is not set
CONFIG_SST25_SECTOR512=y
-CONFIG_SST25_SLOWWRITE=y
+# CONFIG_SST25_SLOWWRITE is not set
# CONFIG_SST25_SLOWREAD is not set
# CONFIG_MTD_SST39FV is not set
# CONFIG_MTD_W25 is not set
diff --git a/nuttx/configs/spark/usbmsc/defconfig b/nuttx/configs/spark/usbmsc/defconfig
index b78e951d3..468ddccb8 100644
--- a/nuttx/configs/spark/usbmsc/defconfig
+++ b/nuttx/configs/spark/usbmsc/defconfig
@@ -439,7 +439,7 @@ CONFIG_SST25_SPIMODE=0
CONFIG_SST25_SPIFREQUENCY=80000000
# CONFIG_SST25_READONLY is not set
CONFIG_SST25_SECTOR512=y
-CONFIG_SST25_SLOWWRITE=y
+# CONFIG_SST25_SLOWWRITE is not set
# CONFIG_SST25_SLOWREAD is not set
# CONFIG_MTD_SST39FV is not set
# CONFIG_MTD_W25 is not set