nuttx/configs/ntosd-dm320
patacongo aae7fd5432 Explicitly use /bin/bash vs /bin/sh for Ubuntu compatibility
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@722 42af7a65-404d-4744-a932-0658087f49c3
2008-03-04 00:40:49 +00:00
..
doc Updated for 0.2.4 release 2007-04-28 22:38:28 +00:00
include Fix DM320 serial configuration problem 2008-02-08 17:25:29 +00:00
src Cleanup make output 2008-02-09 19:31:29 +00:00
defconfig Incorporate patch 1897630 2008-02-20 12:55:07 +00:00
ld.script Initial Release 2007-03-23 02:24:38 +00:00
Make.defs Clean operations are now toolchain specific 2008-01-10 13:38:13 +00:00
netconfig Incorporate patch 1897630 2008-02-20 12:55:07 +00:00
README.txt First clean C5471 Ethernet compile 2007-12-04 20:23:43 +00:00
setenv.sh Explicitly use /bin/bash vs /bin/sh for Ubuntu compatibility 2008-03-04 00:40:49 +00:00
udpconfig Incorporate patch 1897630 2008-02-20 12:55:07 +00:00
uipconfig Incorporate patch 1897630 2008-02-20 12:55:07 +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.

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

These alternative configurations can be selected by (using
uipconfig as example):

	(Seleted the default configuration as show above)
	cp config/ntosd-dm320/uipconfig .config