summaryrefslogtreecommitdiff
path: root/nuttx/configs/ntosd-dm320/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-11-20 20:32:33 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-11-20 20:32:33 +0000
commit78dd0de872d9bef518f3ef395b4913197e1b2077 (patch)
tree0af928d900e8e43c520f6b06248eb84177b6a56e /nuttx/configs/ntosd-dm320/README.txt
parent93c4e0321431ad4164eb37c26c532d187d0aa1ab (diff)
downloadpx4-nuttx-78dd0de872d9bef518f3ef395b4913197e1b2077.tar.gz
px4-nuttx-78dd0de872d9bef518f3ef395b4913197e1b2077.tar.bz2
px4-nuttx-78dd0de872d9bef518f3ef395b4913197e1b2077.zip
Several webserver bugs fixed
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@391 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/ntosd-dm320/README.txt')
-rw-r--r--nuttx/configs/ntosd-dm320/README.txt37
1 files changed, 29 insertions, 8 deletions
diff --git a/nuttx/configs/ntosd-dm320/README.txt b/nuttx/configs/ntosd-dm320/README.txt
index 58e2563d6..7b98eacba 100644
--- a/nuttx/configs/ntosd-dm320/README.txt
+++ b/nuttx/configs/ntosd-dm320/README.txt
@@ -1,11 +1,32 @@
README
^^^^^^
-The configuration netconfig may be used instead of the
-default configuration (defconfig). This configuration
-enables networking using the OSDs DM9000A ethernet
-interface.
-
-Disclaimer: The NuttX network subsystem is a "work in
-progress" at this time and minimal network functionality
-should be expected.
+defconfig
+^^^^^^^^^
+The default configuration file, defconfig, performs a
+simple OS test using examples/ostest. This can be
+configuration as follows:
+
+ cd tools
+ ./configure.sh ntosd-dm320
+ cd -
+ . ./setenv.sh
+
+netconfig
+^^^^^^^^^
+The alternative configuration file, netconfig, may be used
+instead of the default configuration (defconfig). This
+configuration enables networking using the OSDs DM9000A
+Ethernet interface. It uses examples/nettest to excercise
+the network.
+
+uipconfig
+^^^^^^^^^
+This configuration file demonstrates the tiny webserver
+at examples/uip.
+
+These alternative configurations can be selected by
+
+ (Seleted the default configuration as show above)
+ cp config/ntosd-dm320/uiponfig .config
+