summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-11-30 16:19:31 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-11-30 16:19:31 +0000
commit0d2ea2ab429d8205c520ce866ca13d020336ebad (patch)
tree8c11e3090fde6725648c5648c619da81b60e98a6 /nuttx/ChangeLog
parentf4c3681f580f1b1e389b4341c0638d2b498e395a (diff)
downloadnuttx-0d2ea2ab429d8205c520ce866ca13d020336ebad.tar.gz
nuttx-0d2ea2ab429d8205c520ce866ca13d020336ebad.tar.bz2
nuttx-0d2ea2ab429d8205c520ce866ca13d020336ebad.zip
Add STM32-specific logic for examples/usbstorage
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2291 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog11
1 files changed, 6 insertions, 5 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 5a8e15cc4..540d8134e 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -963,8 +963,8 @@
* fs/fs_mount.c -- Correct error handling logic. If the bind() method
fails, then a reserved node is left in the tree. This causes subsequent
attempts to mount at the location to fail (reporting that the node
- already exists). This is a probably for block drivers for removable
- media: The bind method could fail repeatedly until media is asserted.
+ already exists). This is a problem for block drivers for removable
+ media: The bind method could fail repeatedly until media is inserted.
* arch/arm/src/stm32/chip.h & stm32_dma.c -- Fixed several definitions
that can cause compilation errors when DMA2 is enabled.
* arch/arm/src/stm32/stm32_dma.c - Integrated and debugged STM32 DMA
@@ -972,6 +972,7 @@
* configs/stm3210e-eval/usbstorage - Add a configuration to exercise
the STM32 with the USB mass storage device class example
(examples/usbstorage).
-
-
-
+ * configs/mcu123-lpc214x/up_usbstrg - Move LPC-specific code from
+ examples/usbstorage to configs/mcu123-lpc214x.
+ * configs/stm321e-eval/up_usbstrg - Add STM32-specific logic for the
+ examples/usbstorage test.