2007-11-06 19:58:14 +00:00
|
|
|
README
|
|
|
|
^^^^^^
|
|
|
|
|
2008-11-28 17:58:29 +00:00
|
|
|
mount
|
|
|
|
Configures to use examples/mount. This configuration may be
|
|
|
|
selected as follows:
|
2008-02-01 21:34:41 +00:00
|
|
|
|
|
|
|
cd <nuttx-directory>/tools
|
2008-11-28 17:58:29 +00:00
|
|
|
./Configure.sh sim/mount
|
2008-02-01 21:34:41 +00:00
|
|
|
|
|
|
|
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.
|
|
|
|
|
2008-11-28 17:58:29 +00:00
|
|
|
nsh
|
|
|
|
Configures to use the NuttShell at examples/nsh. This configuration
|
|
|
|
may be selected as follows:
|
|
|
|
|
|
|
|
cd <nuttx-directory>/tools
|
|
|
|
./Configure.sh sim/nsh
|
|
|
|
|
|
|
|
nx
|
|
|
|
Configures to use examples/nx. This configuration may be
|
|
|
|
selected as follows:
|
|
|
|
|
|
|
|
cd <nuttx-directory>/tools
|
|
|
|
./Configure.sh sim/nx
|
|
|
|
|
|
|
|
ostest
|
|
|
|
|
|
|
|
The "standard" NuttX examples/ostest configuration. This
|
|
|
|
configuration may be selected as follows:
|
|
|
|
|
|
|
|
cd <nuttx-directory>/tools
|
|
|
|
./Configure.sh sim/ostest
|
|
|
|
|
2008-02-01 21:34:41 +00:00
|
|
|
pashello
|
|
|
|
|
|
|
|
Configures to use examples/pashello. This configuration may
|
|
|
|
by selected as follows:
|
|
|
|
|
|
|
|
cd <nuttx-directory>/tools
|
|
|
|
./Configure.sh sim/pashello
|