nuttx/configs/sim
patacongo ac8a252e30 Add configuration of simulated framebuffer
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1340 42af7a65-404d-4744-a932-0658087f49c3
2008-11-28 18:48:10 +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 Need pre-processor support for auto-generation of source file 2008-11-26 18:59:14 +00:00
nettest Need pre-processor support for auto-generation of source file 2008-11-26 18:59:14 +00:00
nsh Need pre-processor support for auto-generation of source file 2008-11-26 18:59:14 +00:00
nx Add configuration of simulated framebuffer 2008-11-28 18:48:10 +00:00
ostest Need pre-processor support for auto-generation of source file 2008-11-26 18:59:14 +00:00
pashello Need pre-processor support for auto-generation of source file 2008-11-26 18:59:14 +00:00
src Cleanup make output 2008-02-09 19:31:29 +00:00
README.txt update 2008-11-28 17:58:29 +00:00

README
^^^^^^

mount
  Configures to use examples/mount.  This configuration may be
  selected as follows:

    cd <nuttx-directory>/tools
    ./Configure.sh sim/mount

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.

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

pashello

  Configures to use examples/pashello.  This configuration may
  by selected as follows:

    cd <nuttx-directory>/tools
    ./Configure.sh sim/pashello