summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
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/Documentation
parentf4c3681f580f1b1e389b4341c0638d2b498e395a (diff)
downloadpx4-nuttx-0d2ea2ab429d8205c520ce866ca13d020336ebad.tar.gz
px4-nuttx-0d2ea2ab429d8205c520ce866ca13d020336ebad.tar.bz2
px4-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/Documentation')
-rw-r--r--nuttx/Documentation/NuttX.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 241233f3f..7fe9ef3dc 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -1611,8 +1611,8 @@ nuttx-4.14 2009-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
* 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
@@ -1620,6 +1620,10 @@ nuttx-4.14 2009-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
* 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.
pascal-0.1.3 2009-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;