nuttx/configs/sim
patacongo db24d24ac2 Add uIP access to ICMP protocol
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@869 42af7a65-404d-4744-a932-0658087f49c3
2008-09-02 20:42:01 +00:00
..
doc Bad import 2007-04-28 22:35:55 +00:00
include Initial Revision 2007-03-26 16:51:05 +00:00
mount Add uIP access to ICMP protocol 2008-09-02 20:42:01 +00:00
nettest Add uIP access to ICMP protocol 2008-09-02 20:42:01 +00:00
ostest Add uIP access to ICMP protocol 2008-09-02 20:42:01 +00:00
pashello Add uIP access to ICMP protocol 2008-09-02 20:42:01 +00:00
src Cleanup make output 2008-02-09 19:31:29 +00:00
README.txt Move sim configurations to sub-directories 2008-02-01 21:34:41 +00:00

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