summaryrefslogtreecommitdiff
path: root/nuttx/examples/README.txt
diff options
context:
space:
mode:
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.