summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttX.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-10-29 18:50:05 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-10-29 18:50:05 +0000
commit17cb49f4568ba0075f4bd34f6c830d73a93a8648 (patch)
tree0007783cfaafcb5d8b76feabacf81faa131e6c5a /nuttx/Documentation/NuttX.html
parent66ecc4811d6ebc309faa268b6cc5de7a52625cf1 (diff)
downloadpx4-nuttx-17cb49f4568ba0075f4bd34f6c830d73a93a8648.tar.gz
px4-nuttx-17cb49f4568ba0075f4bd34f6c830d73a93a8648.tar.bz2
px4-nuttx-17cb49f4568ba0075f4bd34f6c830d73a93a8648.zip
Add STM32 USBDEV driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2185 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttX.html')
-rw-r--r--nuttx/Documentation/NuttX.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 20c28ed3b..c50d16dd9 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -8,7 +8,7 @@
<tr align="center" bgcolor="#e4e4e4">
<td>
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
- <p>Last Updated: October 28, 2009</p>
+ <p>Last Updated: October 29, 2009</p>
</td>
</tr>
</table>
@@ -1583,6 +1583,10 @@ nuttx-0.4.13 2009-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
waiting to happen in any other configuration.
* arch/arm/src/stm32/ - You have to configure CTS/RTS function pins for USART
2 and USART 3 even if you are not using flow control.
+ * arch/arm/src/stm32/stm32_usbdev.c - Added a USB device-side driver for the
+ STM32.
+
+ NOTE: This USB driver is completely untested as of the initial check-in
pascal-0.1.3 2009-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;