nuttx/configs/ntosd-dm320
patacongo a9bc69b83e TFTP Get integration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@885 42af7a65-404d-4744-a932-0658087f49c3
2008-09-06 15:44:41 +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 Add uIP access to ICMP protocol 2008-09-02 20:42:01 +00:00
nsh TFTP Get integration 2008-09-06 15:44:41 +00:00
ostest Add uIP access to ICMP protocol 2008-09-02 20:42:01 +00:00
src TFTP Get integration 2008-09-06 15:44:41 +00:00
udp Add uIP access to ICMP protocol 2008-09-02 20:42:01 +00:00
uip Add uIP access to ICMP protocol 2008-09-02 20:42:01 +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.