nuttx/configs/ntosd-dm320
patacongo d8b91b19e5 Make logic reorganized for non-GNU toolchain
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@528 42af7a65-404d-4744-a932-0658087f49c3
2008-01-08 17:06:21 +00:00
..
doc
include
src Make logic reorganized for non-GNU toolchain 2008-01-08 17:06:21 +00:00
defconfig Add configuration for toolchains without libm 2008-01-06 20:46:45 +00:00
ld.script
Make.defs Make logic reorganized for non-GNU toolchain 2008-01-08 17:06:21 +00:00
netconfig Add configuration for toolchains without libm 2008-01-06 20:46:45 +00:00
README.txt
setenv.sh Adding support for the z16f 2008-01-07 23:13:12 +00:00
udpconfig Add configuration for toolchains without libm 2008-01-06 20:46:45 +00:00
uipconfig Add configuration for toolchains without libm 2008-01-06 20:46:45 +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