From f360c9f128259e46147649573c69098fac5455bf Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 17 Mar 2009 23:45:41 +0000 Subject: Add examples/dhcpd git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1621 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/examples/README.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'nuttx/examples/README.txt') 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 @@ -10,6 +10,17 @@ examples Selects the examples/ostest example. +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 ^^^^^^^^^^^^^^ -- cgit v1.2.3