nuttx/configs/sim/README.txt
patacongo 00ad2ca2c4 Move sim configurations to sub-directories
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@611 42af7a65-404d-4744-a932-0658087f49c3
2008-02-01 21:34:41 +00:00

31 lines
642 B
Plaintext

README
^^^^^^
ostest
The "standard" NuttX examples/ostest configuration. This
configuration may be selected as follows:
cd <nuttx-directory>/tools
./Configure.sh sim/ostest
nettest
Configures to use examples/nettest. This configuration
enables networking using the network TAP device. It may
be selected via:
cd <nuttx-directory>/tools
./Configure.sh sim/nettest
NOTE: The NuttX network is not, however, functional on the TAP
device yet.
pashello
Configures to use examples/pashello. This configuration may
by selected as follows:
cd <nuttx-directory>/tools
./Configure.sh sim/pashello