summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/eagle100/ostest
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2009-05-28 17:51:24 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2009-05-28 17:51:24 +0000
commit73c6928bb2145c483206fb9422e614ccd014e9f2 (patch)
tree22f8de1d73701910fa0149354df7d8b660a6ee0e /nuttx/configs/eagle100/ostest
parentca68e12516480532ce1b260dcc221e1d44461774 (diff)
Final integration of microSD
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@1830 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/eagle100/ostest')
-rw-r--r--nuttx/configs/eagle100/ostest/defconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/configs/eagle100/ostest/defconfig b/nuttx/configs/eagle100/ostest/defconfig
index c8f5ef36ac..0667030544 100644
--- a/nuttx/configs/eagle100/ostest/defconfig
+++ b/nuttx/configs/eagle100/ostest/defconfig
@@ -126,10 +126,17 @@ CONFIG_UART1_2STOP=0
# CONFIG_SSIn_DISABLE - select to disable all support for
# the SSI
# CONFIG_SSI_POLLWAIT - Select to disable interrupt driven SSI support
+# Poll-waiting is recommended if the interrupt rate would be to
+# high in the interrupt driven case.
+# CONFIG_SSI_TXLIMIT - Write this many words to the Tx FIFO before
+# emptying the Rx FIFO. If the SPI frequency is high and this
+# value is large, then larger values of this setting may cause
+# Rx FIFO overrun errors. Default: half of the Tx FIFO size (4).
#
CONFIG_SSI0_DISABLE=n
CONFIG_SSI1_DISABLE=y
CONFIG_SSI_POLLWAIT=y
+#CONFIG_SSI_TXLIMIT=4
#
# LM3S6918 specific serial device driver settings