From 8c1cbf933f7144a190d0815a4d498fbcf45a3ddd Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 7 Oct 2008 19:04:20 +0000 Subject: [PATCH] add examples/usbserial git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@990 42af7a65-404d-4744-a932-0658087f49c3 --- examples/README.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/examples/README.txt b/examples/README.txt index f5ff4119243..d5ec0ca2404 100644 --- a/examples/README.txt +++ b/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.