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:
patacongo
2009-11-30 13:07:14 +00:00
parent af1830dc73
commit 447e401fea
7 changed files with 1305 additions and 1 deletions
+3
View File
@@ -969,6 +969,9 @@
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).