nuttx/configs/ntosd-dm320
patacongo 67814a8f49 Fixes for clean Neuros OSD NSH build
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@851 42af7a65-404d-4744-a932-0658087f49c3
2008-08-29 18:29:42 +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
nettest Fixes for clean Neuros OSD NSH build 2008-08-29 18:29:42 +00:00
nsh Fixes for clean Neuros OSD NSH build 2008-08-29 18:29:42 +00:00
ostest Fixes for clean Neuros OSD NSH build 2008-08-29 18:29:42 +00:00
src Cleanup make output 2008-02-09 19:31:29 +00:00
udp Fixes for clean Neuros OSD NSH build 2008-08-29 18:29:42 +00:00
uip Fixes for clean Neuros OSD NSH build 2008-08-29 18:29:42 +00:00
README.txt Refactored OSD configurations 2008-08-29 18:11:24 +00:00

README
^^^^^^

Each Neuros OSD configuration is maintained in a sudirectory and
can be selected as follow:

	cd tools
	./configure.sh ntosd-dm320/<subdir>
	cd -
	. ./setenv.sh

Where <subdir> is one of the following:

ostest
^^^^^^
This configuration directory, performs a simple OS test using
examples/ostest.

nsh
^^^
Configures the NuttShell (nsh) located at examples/nsh.  The
Configuration enables both the serial and telnetd NSH interfaces.

nettest
^^^^^^^
This alternative configuration directory may be used to
enable networking using the OSDs DM9000A Ethernet interface.
It uses examples/nettest to excercise the TCP/IP network.

uip
^^^
This configuration file demonstrates the tiny webserver
at examples/uip.

udp
^^^
This alternative configuration directory is similar to nettest
except that is use examples/upd to exercise UDP.