summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-06 23:12:09 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-06 23:12:09 +0000
commit83c1bf7f781802063f669a943d2c6097f7c64940 (patch)
tree93ad4d4bd27197beb9c828484a8eb4ca404970e3 /nuttx/Documentation
parent9a5e94e2222d2d5c5b613c0fec682643b2821c10 (diff)
downloadpx4-nuttx-83c1bf7f781802063f669a943d2c6097f7c64940.tar.gz
px4-nuttx-83c1bf7f781802063f669a943d2c6097f7c64940.tar.bz2
px4-nuttx-83c1bf7f781802063f669a943d2c6097f7c64940.zip
Add USB serial driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@984 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation')
-rw-r--r--nuttx/Documentation/NuttX.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index b405c52df..9e4b2ce0a 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -1075,6 +1075,9 @@ nuttx-0.3.16 2008-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
* Add an option to set aside a separate stack for interrupt handling (ARM only).
This is useful when memory is constrained, there are multiple tasks, and
the interrupt stack requirement is high (as when USB is enabled).
+ * Basic LPC214x USB device side driver basically functional (but probably still buggy)
+ * Initial USB serial class device side driver check in (not well tested at initial checkin)
+ * Add LPC214x USB serial configuration; Add examples/usbserial test (still a work in progress)
pascal-0.1.3 2008-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;