summaryrefslogtreecommitdiff
path: root/nuttx/configs/shenzhou
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-03 17:31:17 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-03 17:31:17 -0600
commitcd6c5655e4b5434f599db4472f62d22e252c50ab (patch)
tree95652750690f554bca94da8e63c4e27687ddbf5e /nuttx/configs/shenzhou
parent4b59193e39baf25f2923ef64745c44a7f2d55027 (diff)
downloadpx4-nuttx-cd6c5655e4b5434f599db4472f62d22e252c50ab.tar.gz
px4-nuttx-cd6c5655e4b5434f599db4472f62d22e252c50ab.tar.bz2
px4-nuttx-cd6c5655e4b5434f599db4472f62d22e252c50ab.zip
Rename apps/examples/uip to apps/examples/webserver
Diffstat (limited to 'nuttx/configs/shenzhou')
-rw-r--r--nuttx/configs/shenzhou/nsh/defconfig2
-rw-r--r--nuttx/configs/shenzhou/nxwm/defconfig2
-rw-r--r--nuttx/configs/shenzhou/thttpd/defconfig10
3 files changed, 7 insertions, 7 deletions
diff --git a/nuttx/configs/shenzhou/nsh/defconfig b/nuttx/configs/shenzhou/nsh/defconfig
index f32ee81cb..05dcf083f 100644
--- a/nuttx/configs/shenzhou/nsh/defconfig
+++ b/nuttx/configs/shenzhou/nsh/defconfig
@@ -556,7 +556,7 @@ CONFIG_EXAMPLES_NSH=y
# CONFIG_EXAMPLES_TOUCHSCREEN is not set
# CONFIG_EXAMPLES_UDP is not set
# CONFIG_EXAMPLES_DISCOVER is not set
-# CONFIG_EXAMPLES_UIP is not set
+# CONFIG_EXAMPLES_WEBSERVER is not set
# CONFIG_EXAMPLES_USBSERIAL is not set
# CONFIG_SYSTEM_USBMSC is not set
# CONFIG_EXAMPLES_USBTERM is not set
diff --git a/nuttx/configs/shenzhou/nxwm/defconfig b/nuttx/configs/shenzhou/nxwm/defconfig
index bbf4c526c..2238901eb 100644
--- a/nuttx/configs/shenzhou/nxwm/defconfig
+++ b/nuttx/configs/shenzhou/nxwm/defconfig
@@ -899,7 +899,7 @@ CONFIG_HAVE_CXXINITIALIZE=y
# CONFIG_EXAMPLES_TOUCHSCREEN is not set
# CONFIG_EXAMPLES_UDP is not set
# CONFIG_EXAMPLES_DISCOVER is not set
-# CONFIG_EXAMPLES_UIP is not set
+# CONFIG_EXAMPLES_WEBSERVER is not set
# CONFIG_EXAMPLES_USBSERIAL is not set
# CONFIG_EXAMPLES_USBTERM is not set
# CONFIG_EXAMPLES_WATCHDOG is not set
diff --git a/nuttx/configs/shenzhou/thttpd/defconfig b/nuttx/configs/shenzhou/thttpd/defconfig
index 1f2828133..a5f7437ef 100644
--- a/nuttx/configs/shenzhou/thttpd/defconfig
+++ b/nuttx/configs/shenzhou/thttpd/defconfig
@@ -698,7 +698,7 @@ CONFIG_EXAMPLES_NSH=y
#
# uIP Web Server Example
#
-# CONFIG_EXAMPLES_UIP is not set
+# CONFIG_EXAMPLES_WEBSERVER is not set
#
# USB Serial Test Example
@@ -973,9 +973,9 @@ CONFIG_THTTPD_PATH="/mnt/www"
CONFIG_FS_NXFFS=y
CONFIG_ARMV7M_TOOLCHAIN_BUILDROOT=y
CONFIG_DEBUG_NET=n
-CONFIG_EXAMPLES_UIP_NETMASK=0xffffff00
+CONFIG_EXAMPLES_WEBSERVER_NETMASK=0xffffff00
CONFIG_MMCSD_SDIO=n
-CONFIG_EXAMPLES_UIP_DHCPC=n
+CONFIG_EXAMPLES_WEBSERVER_DHCPC=n
CONFIG_EXAMPLES_THTTPD_DRIPADDR=0xc0a80001
CONFIG_THTTPD_SERVER_SOFTWARE="thttpd/2.25b 29dec2003-NuttX"
CONFIG_THTTPD_OCCASIONAL_MSEC=120
@@ -998,8 +998,8 @@ CONFIG_NXFLAT=y
CONFIG_THTTPD_LISTEN_BACKLOG=8
CONFIG_DEBUG_VERBOSE=n
CONFIG_DEBUG=y
-CONFIG_EXAMPLES_UIP_IPADDR=0xc0a80032
-CONFIG_EXAMPLES_UIP_DRIPADDR=0xc0a80001
+CONFIG_EXAMPLES_WEBSERVER_IPADDR=0xc0a80032
+CONFIG_EXAMPLES_WEBSERVER_DRIPADDR=0xc0a80001
CONFIG_THTTPD_CGI_PATH="/mnt/www/cgi-bin"
CONFIG_SYMTAB_ORDEREDBYNAME=y
CONFIG_THTTPD_IDLE_READ_LIMIT_SEC=300