nuttx/configs/ntosd-dm320/README.txt
patacongo c3b6c26c1b First clean C5471 Ethernet compile
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@424 42af7a65-404d-4744-a932-0658087f49c3
2007-12-04 20:23:43 +00:00

39 lines
899 B
Plaintext

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