From df2a0affe71015a6263b02d0da353c2b5f72ae66 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 30 Nov 2009 13:07:14 +0000 Subject: [PATCH] Add USB storage example for STM32 git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2288 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index f5776a92bdd..241233f3f16 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: November 29, 2009

+

Last Updated: November 30, 2009

@@ -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>