nuttx/configs/ntosd-dm320/README.txt
patacongo ccad2235f2 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

40 lines
843 B
Plaintext

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.