nuttx/configs/ntosd-dm320
patacongo fe6291b9e5 Refactored OSD configurations
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@850 42af7a65-404d-4744-a932-0658087f49c3
2008-08-29 18:11:24 +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 nettest configuration 2008-08-29 18:05:22 +00:00
nsh NSH configuration 2008-08-29 18:06:05 +00:00
ostest ostest configuration 2008-08-29 18:06:31 +00:00
src Cleanup make output 2008-02-09 19:31:29 +00:00
udp udp configuration 2008-08-29 18:07:07 +00:00
uip uIP configuration 2008-08-29 18:07:36 +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.