summaryrefslogtreecommitdiff
path: root/nuttx/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-17 23:45:41 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-17 23:45:41 +0000
commitf360c9f128259e46147649573c69098fac5455bf (patch)
tree77328712b59d75f7a911f3622a0e893cdaa55121 /nuttx/examples/README.txt
parent28058c40954467463b9c915ec418eff99f9cd631 (diff)
downloadpx4-nuttx-f360c9f128259e46147649573c69098fac5455bf.tar.gz
px4-nuttx-f360c9f128259e46147649573c69098fac5455bf.tar.bz2
px4-nuttx-f360c9f128259e46147649573c69098fac5455bf.zip
Add examples/dhcpd
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1621 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples/README.txt')
-rw-r--r--nuttx/examples/README.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/nuttx/examples/README.txt b/nuttx/examples/README.txt
index 5aef5abf1..3c4258f1c 100644
--- a/nuttx/examples/README.txt
+++ b/nuttx/examples/README.txt
@@ -13,6 +13,17 @@ examples
examples/hello
^^^^^^^^^^^^^^
+ This examples builds a tiny DCHP server for the target system.
+
+ NOTE: For test purposes, this example can be built as a
+ host-based DHCPD server. This can be built as follows:
+
+ cd examples/dhcpd
+ make -f Makefile.host
+
+examples/hello
+^^^^^^^^^^^^^^
+
This is the mandatory, "Hello, World!!" example. It is little more
than examples/null with a single printf statement. Again useful only
for bringing up new NuttX architectures.