summaryrefslogtreecommitdiff
path: root/nuttx/configs/eagle100/nettest
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-28 17:51:24 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-05-28 17:51:24 +0000
commit6292602b85b085b1579cbc8bb6def5035f1abdf7 (patch)
tree22f8de1d73701910fa0149354df7d8b660a6ee0e /nuttx/configs/eagle100/nettest
parent2547315d49a4ee9f2fc61d54260a8b1f37f33cbd (diff)
downloadpx4-nuttx-6292602b85b085b1579cbc8bb6def5035f1abdf7.tar.gz
px4-nuttx-6292602b85b085b1579cbc8bb6def5035f1abdf7.tar.bz2
px4-nuttx-6292602b85b085b1579cbc8bb6def5035f1abdf7.zip
Final integration of microSD
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1830 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/eagle100/nettest')
-rw-r--r--nuttx/configs/eagle100/nettest/defconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/configs/eagle100/nettest/defconfig b/nuttx/configs/eagle100/nettest/defconfig
index 1bd4c2320..96d82f693 100644
--- a/nuttx/configs/eagle100/nettest/defconfig
+++ b/nuttx/configs/eagle100/nettest/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