summaryrefslogtreecommitdiff
path: root/apps/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-02-02 04:35:35 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-02-02 04:35:35 +0000
commit7c4bd65d939a6db4f855c71b54c4fbc2727086ef (patch)
tree87c1b7fdf1d545097b2d76613a9eb6bba02496f4 /apps/examples/README.txt
parent7fb190093c485279c8c89b53578bb297ab1170e2 (diff)
downloadnuttx-7c4bd65d939a6db4f855c71b54c4fbc2727086ef.tar.gz
nuttx-7c4bd65d939a6db4f855c71b54c4fbc2727086ef.tar.bz2
nuttx-7c4bd65d939a6db4f855c71b54c4fbc2727086ef.zip
Add David Hewson's corrections to the LPC214x USB device driver; Add LPC214x configuration to test the USB composite device
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4359 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/README.txt')
-rw-r--r--apps/examples/README.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/examples/README.txt b/apps/examples/README.txt
index 500405893..fa14d57dc 100644
--- a/apps/examples/README.txt
+++ b/apps/examples/README.txt
@@ -139,8 +139,8 @@ examples/composite
CONFIG_NSH_BUILTIN_APPS
This example can be built as two NSH "built-in" commands if this option
- is selected: 'msconn' will connect the USB mass storage device; 'msdis'
- will disconnect the USB storage device.
+ is selected: 'conn' will connect the USB composite device; 'msdis'
+ will disconnect the USB composite device.
Configuration options unique to this example:
@@ -970,11 +970,11 @@ examples/thttpd
CONFIG_EXAMPLE_THTTPD_NETMASK - Network mask
Applications using this example will need to provide an appconfig
- file in the configuration driver with instruction to build applications
+ file in the configuration directory with instruction to build applications
like:
- CONFIGURED_APPS += uiplib
- CONFIGURED_APPS += thttpd
+ CONFIGURED_APPS += uiplib
+ CONFIGURED_APPS += thttpd
examples/tiff
^^^^^^^^^^^^^