nuttx/configs/ntosd-dm320
patacongo ea2ca7bfc3 Several webserver bugs fixed
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@391 42af7a65-404d-4744-a932-0658087f49c3
2007-11-20 20:32:33 +00:00
..
doc Updated for 0.2.4 release 2007-04-28 22:38:28 +00:00
include Add DM90x0 driver 2007-11-02 20:20:34 +00:00
src DM90x0 driver hooked into DM320 2007-11-04 16:31:24 +00:00
defconfig Add TCP readahead logic 2007-11-19 23:09:39 +00:00
ld.script Initial Release 2007-03-23 02:24:38 +00:00
Make.defs Reduce debug output; calibrate DM320 timer 2007-11-06 16:17:50 +00:00
netconfig Several webserver bugs fixed 2007-11-20 20:32:33 +00:00
README.txt Several webserver bugs fixed 2007-11-20 20:32:33 +00:00
setenv.sh Initial Release 2007-03-23 02:24:38 +00:00
uipconfig Several webserver bugs fixed 2007-11-20 20:32:33 +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
^^^^^^^^^
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