summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/eagle100/README.txt2
-rw-r--r--nuttx/configs/eagle100/httpd/defconfig2
-rw-r--r--nuttx/configs/eagle100/nettest/defconfig2
-rw-r--r--nuttx/configs/eagle100/nsh/defconfig2
-rw-r--r--nuttx/configs/eagle100/ostest/defconfig2
5 files changed, 6 insertions, 4 deletions
diff --git a/nuttx/configs/eagle100/README.txt b/nuttx/configs/eagle100/README.txt
index 29c5323bb..cc6cf3944 100644
--- a/nuttx/configs/eagle100/README.txt
+++ b/nuttx/configs/eagle100/README.txt
@@ -203,6 +203,8 @@ Eagle100-specific Configuration Options
CONFIG_SSI0_DISABLE - Select to disable support for SSI0
CONFIG_SSI1_DISABLE - Select to disable support for SSI1
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_LM3S_ETHERNET - This must be set (along with CONFIG_NET)
to build the LM3S Ethernet driver
diff --git a/nuttx/configs/eagle100/httpd/defconfig b/nuttx/configs/eagle100/httpd/defconfig
index e6b40982d..d6aa384a5 100644
--- a/nuttx/configs/eagle100/httpd/defconfig
+++ b/nuttx/configs/eagle100/httpd/defconfig
@@ -129,7 +129,7 @@ CONFIG_UART1_2STOP=0
#
CONFIG_SSI0_DISABLE=n
CONFIG_SSI1_DISABLE=y
-CONFIG_SSI_POLLWAIT=n
+CONFIG_SSI_POLLWAIT=y
#
# LM3S6918 specific serial device driver settings
diff --git a/nuttx/configs/eagle100/nettest/defconfig b/nuttx/configs/eagle100/nettest/defconfig
index fd74f7bed..1bd4c2320 100644
--- a/nuttx/configs/eagle100/nettest/defconfig
+++ b/nuttx/configs/eagle100/nettest/defconfig
@@ -129,7 +129,7 @@ CONFIG_UART1_2STOP=0
#
CONFIG_SSI0_DISABLE=n
CONFIG_SSI1_DISABLE=y
-CONFIG_SSI_POLLWAIT=n
+CONFIG_SSI_POLLWAIT=y
#
# LM3S6918 specific serial device driver settings
diff --git a/nuttx/configs/eagle100/nsh/defconfig b/nuttx/configs/eagle100/nsh/defconfig
index 4bcb2decf..1fab6e4a2 100644
--- a/nuttx/configs/eagle100/nsh/defconfig
+++ b/nuttx/configs/eagle100/nsh/defconfig
@@ -129,7 +129,7 @@ CONFIG_UART1_2STOP=0
#
CONFIG_SSI0_DISABLE=n
CONFIG_SSI1_DISABLE=y
-CONFIG_SSI_POLLWAIT=n
+CONFIG_SSI_POLLWAIT=y
#
# LM3S6918 specific serial device driver settings
diff --git a/nuttx/configs/eagle100/ostest/defconfig b/nuttx/configs/eagle100/ostest/defconfig
index cd430ca08..c8f5ef36a 100644
--- a/nuttx/configs/eagle100/ostest/defconfig
+++ b/nuttx/configs/eagle100/ostest/defconfig
@@ -129,7 +129,7 @@ CONFIG_UART1_2STOP=0
#
CONFIG_SSI0_DISABLE=n
CONFIG_SSI1_DISABLE=y
-CONFIG_SSI_POLLWAIT=n
+CONFIG_SSI_POLLWAIT=y
#
# LM3S6918 specific serial device driver settings