nuttx/configs/ntosd-dm320
patacongo 34e4d846a6 Fixed missing logic in readahead buffer logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@409 42af7a65-404d-4744-a932-0658087f49c3
2007-11-27 19:19:30 +00:00
..
2007-04-28 22:38:28 +00:00
2007-11-02 20:20:34 +00:00
2007-11-04 16:31:24 +00:00
2007-03-23 02:24:38 +00:00
2007-11-23 13:31:28 +00:00
2007-03-23 02:24:38 +00:00

README
^^^^^^

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
^^^^^^^^^
This 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 TCP/IP 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

udpconfig
^^^^^^^^^
This alternative configuration file, is similar to netconfig
except that is use examples/upd to exercise UDP.