0eefe15e0c
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@391 42af7a65-404d-4744-a932-0658087f49c3
33 lines
729 B
Plaintext
33 lines
729 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
|
|
^^^^^^^^^
|
|
The 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 network.
|
|
|
|
uipconfig
|
|
^^^^^^^^^
|
|
This configuration file demonstrates the tiny webserver
|
|
at examples/uip.
|
|
|
|
These alternative configurations can be selected by
|
|
|
|
(Seleted the default configuration as show above)
|
|
cp config/ntosd-dm320/uiponfig .config
|
|
|