summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-11-30 13:07:14 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-11-30 13:07:14 +0000
commit3dab615860f7c772b9e46a29e1229b3edf73d534 (patch)
tree525f57c781661e41733f7d77eded8fb9e9ab809a /nuttx/ChangeLog
parentfa9012fd0d31550f9f3b82a6808505c1907b5a3e (diff)
downloadnuttx-3dab615860f7c772b9e46a29e1229b3edf73d534.tar.gz
nuttx-3dab615860f7c772b9e46a29e1229b3edf73d534.tar.bz2
nuttx-3dab615860f7c772b9e46a29e1229b3edf73d534.zip
Add USB storage example for STM32
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2288 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 7625fcaa2..5a8e15cc4 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -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).