summaryrefslogtreecommitdiff
path: root/nuttx/configs/ntosd-dm320
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-22 16:10:28 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-22 16:10:28 +0000
commit0554e0302db0094f60b7595ea7f8770f3a69bb27 (patch)
tree95ea97c686f649de8b709829b3b66c39db534dd1 /nuttx/configs/ntosd-dm320
parentbee94a4100a4e77585377441482f837a39980792 (diff)
downloadpx4-nuttx-0554e0302db0094f60b7595ea7f8770f3a69bb27.tar.gz
px4-nuttx-0554e0302db0094f60b7595ea7f8770f3a69bb27.tar.bz2
px4-nuttx-0554e0302db0094f60b7595ea7f8770f3a69bb27.zip
Fix various issues, bad ages, etc. with ez80+uIP webserver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1638 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/ntosd-dm320')
-rw-r--r--nuttx/configs/ntosd-dm320/uip/defconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/nuttx/configs/ntosd-dm320/uip/defconfig b/nuttx/configs/ntosd-dm320/uip/defconfig
index bbb6a3d90..c2e11e00c 100644
--- a/nuttx/configs/ntosd-dm320/uip/defconfig
+++ b/nuttx/configs/ntosd-dm320/uip/defconfig
@@ -442,6 +442,14 @@ CONFIG_USBSTRG_VERSIONNO=0x0399
CONFIG_USBSTRG_REMOVABLE=y
#
+# Settings for netutils/httpd
+CONFIG_NETUTILS_HTTPDSTACKSIZE=4096
+CONFIG_NETUTILS_HTTPDFILESTATS=y
+CONFIG_NETUTILS_HTTPDNETSTATS=y
+CONFIG_NETUTILS_HTTPD_DUMPBUFFER=n
+CONFIG_NETUTILS_HTTPD_DUMPPSTATE=n
+
+#
# Settings for examples/uip
CONFIG_EXAMPLE_UIP_IPADDR=(10<<24|0<<16|0<<8|2)
CONFIG_EXAMPLE_UIP_DRIPADDR=(10<<24|0<<16|0<<8|1)