mirror of
https://github.com/apache/nuttx.git
synced 2026-08-21 05:28:19 +00:00
Add USB storage example for STM32
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2288 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
ab47186528
commit
df2a0affe7
1 changed files with 4 additions and 1 deletions
|
|
@ -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: November 29, 2009</p>
|
||||
<p>Last Updated: November 30, 2009</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
@ -1617,6 +1617,9 @@ nuttx-4.14 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
|||
that can cause compilation errors when DMA2 is enabled.
|
||||
* arch/arm/src/stm32/stm32_dma.c - Integrated and debugged STM32 DMA
|
||||
functionality that was added in 0.4.12.
|
||||
* configs/stm3210e-eval/usbstorage - Add a configuration to exercise
|
||||
the STM32 with the USB mass storage device class example
|
||||
(examples/usbstorage).
|
||||
|
||||
pascal-0.1.3 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue