summaryrefslogtreecommitdiff
path: root/nuttx/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-07 19:04:20 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-07 19:04:20 +0000
commit9fbe5337af2add5e1153dcf540194d9bac5c149a (patch)
tree07d89b522b5c68138edd96fc24512e43e4b431c0 /nuttx/examples/README.txt
parent1f64a3dcc8c8cf0b61b78e45bcdac09234a9d28e (diff)
downloadpx4-nuttx-9fbe5337af2add5e1153dcf540194d9bac5c149a.tar.gz
px4-nuttx-9fbe5337af2add5e1153dcf540194d9bac5c149a.tar.bz2
px4-nuttx-9fbe5337af2add5e1153dcf540194d9bac5c149a.zip
add examples/usbserial
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@990 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples/README.txt')
-rw-r--r--nuttx/examples/README.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/examples/README.txt b/nuttx/examples/README.txt
index f5ff41192..d5ec0ca24 100644
--- a/nuttx/examples/README.txt
+++ b/nuttx/examples/README.txt
@@ -123,3 +123,9 @@ examples/pipe
* CONFIG_EXAMPLES_PIPE_STACKSIZE
Sets the size of the stack to use when creating the child tasks.
The default size is 1024.
+
+examples/usbserial
+^^^^^^^^^^^^^^^^^^
+
+ This is another implementation of "Hello, World" but this one uses
+ a USB serial driver.