From bb7c3ee83d66d1f9cc5d2dc984b824d4db18e56c Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 26 Mar 2011 14:48:05 +0000 Subject: RTL updates git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3420 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/detron/wlan/defconfig | 4 ++++ nuttx/configs/olimex-lpc1766stk/slip-httpd/defconfig | 2 +- nuttx/configs/olimex-lpc1766stk/wlan/defconfig | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-) (limited to 'nuttx') 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 -- cgit v1.2.3