9
0
Fork 0

update README files

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@3130 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo 2010-11-25 03:52:54 +00:00
parent 0f84911862
commit e1b64e6f72
3 changed files with 14 additions and 0 deletions

View File

@ -366,6 +366,10 @@ Where <subdir> is one of the following:
This configuration directory, performs a simple OS test using
examples/ostest.
thttpd:
This builds the THTTPD web server example using the THTTPD and
the examples/thttpd application.
By default, all of these examples are built to be used with the Luminary
Ethernet Bootloader (you can change the ld.script file in any of these
sub-directories to change that configuration).

View File

@ -300,6 +300,12 @@ poll
This configuration exercises the poll()/select() text at
examples/poll
thttpd
^^^^^^
This builds the THTTPD web server example using the THTTPD and
the examples/thttpd application.
udp
^^^

View File

@ -658,6 +658,10 @@ Where <subdir> is one of the following:
This configuration directory, performs a simple OS test using
examples/ostest.
thttpd:
This builds the THTTPD web server example using the THTTPD and
the examples/thttpd application.
usbserial:
This configuration directory exercises the USB serial class
driver at examples/usbserial. See examples/README.txt for