summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-26 14:48:05 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-26 14:48:05 +0000
commitbb7c3ee83d66d1f9cc5d2dc984b824d4db18e56c (patch)
tree10e3ff9cff682fbf440745787e77fcdffe1fdcec /nuttx
parent54150a8f62d57bd3af5efce1439ba3c29e20f07f (diff)
downloadpx4-nuttx-bb7c3ee83d66d1f9cc5d2dc984b824d4db18e56c.tar.gz
px4-nuttx-bb7c3ee83d66d1f9cc5d2dc984b824d4db18e56c.tar.bz2
px4-nuttx-bb7c3ee83d66d1f9cc5d2dc984b824d4db18e56c.zip
RTL updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3420 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx')
-rwxr-xr-xnuttx/configs/detron/wlan/defconfig4
-rwxr-xr-xnuttx/configs/olimex-lpc1766stk/slip-httpd/defconfig2
-rwxr-xr-xnuttx/configs/olimex-lpc1766stk/wlan/defconfig4
3 files changed, 9 insertions, 1 deletions
diff --git a/nuttx/configs/detron/wlan/defconfig b/nuttx/configs/detron/wlan/defconfig
index 5a4e63220..fc9a69312 100755
--- a/nuttx/configs/detron/wlan/defconfig
+++ b/nuttx/configs/detron/wlan/defconfig
@@ -511,6 +511,8 @@ CONFIG_MMCSD_HAVECARDDETECT=n
#
# TCP/IP and UDP support via uIP
# CONFIG_NET - Enable or disable all network features
+# CONFIG_NET_NOINTS - uIP not called from interrupt level.
+# CONFIG_NET_MULTIBUFFER - Use multiple input/output buffers (probably no)
# CONFIG_NET_IPv6 - Build in support for IPv6
# CONFIG_NSOCKET_DESCRIPTORS - Maximum number of socket descriptors per task/thread.
# CONFIG_NET_SOCKOPTS - Enable or disable support for socket options
@@ -536,6 +538,8 @@ CONFIG_MMCSD_HAVECARDDETECT=n
# CONFIG_NET_WLAN - Enable or disable WLAN network interface
#
CONFIG_NET=y
+CONFIG_NET_NOINTS=y
+CONFIG_NET_MULTIBUFFER=y
CONFIG_NET_IPv6=n
CONFIG_NSOCKET_DESCRIPTORS=2
CONFIG_NET_SOCKOPTS=y
diff --git a/nuttx/configs/olimex-lpc1766stk/slip-httpd/defconfig b/nuttx/configs/olimex-lpc1766stk/slip-httpd/defconfig
index 049b751c8..71a5109df 100755
--- a/nuttx/configs/olimex-lpc1766stk/slip-httpd/defconfig
+++ b/nuttx/configs/olimex-lpc1766stk/slip-httpd/defconfig
@@ -522,7 +522,7 @@ CONFIG_MMCSD_HAVECARDDETECT=n
# TCP/IP and UDP support via uIP
# CONFIG_NET - Enable or disable all network features
# CONFIG_NET_SLIP - Use the SLIP data link layer (L2)
-# CONFIG_NET_NOINT - uIP not called from interrupt level.
+# CONFIG_NET_NOINTS - uIP not called from interrupt level.
# CONFIG_NET_MULTIBUFFER - Use multiple input/output buffers (probably no)
# CONFIG_NET_IPv6 - Build in support for IPv6
# CONFIG_NSOCKET_DESCRIPTORS - Maximum number of socket descriptors per task/thread.
diff --git a/nuttx/configs/olimex-lpc1766stk/wlan/defconfig b/nuttx/configs/olimex-lpc1766stk/wlan/defconfig
index e80c70622..0d375c2c5 100755
--- a/nuttx/configs/olimex-lpc1766stk/wlan/defconfig
+++ b/nuttx/configs/olimex-lpc1766stk/wlan/defconfig
@@ -510,6 +510,8 @@ CONFIG_MMCSD_HAVECARDDETECT=n
#
# TCP/IP and UDP support via uIP
# CONFIG_NET - Enable or disable all network features
+# CONFIG_NET_NOINTS - uIP not called from interrupt level.
+# CONFIG_NET_MULTIBUFFER - Use multiple input/output buffers (probably no)
# CONFIG_NET_IPv6 - Build in support for IPv6
# CONFIG_NSOCKET_DESCRIPTORS - Maximum number of socket descriptors per task/thread.
# CONFIG_NET_SOCKOPTS - Enable or disable support for socket options
@@ -535,6 +537,8 @@ CONFIG_MMCSD_HAVECARDDETECT=n
# CONFIG_NET_WLAN - Enable or disable WLAN network interface
#
CONFIG_NET=y
+CONFIG_NET_NOINTS=y
+CONFIG_NET_MULTIBUFFER=y
CONFIG_NET_IPv6=n
CONFIG_NSOCKET_DESCRIPTORS=2
CONFIG_NET_SOCKOPTS=y