From e835c86fd2e07475a9be397eb0b866bd10cacec6 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 23 Oct 2009 19:01:27 +0000 Subject: [PATCH] Add USB serial device configuration for STM32 git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2173 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 8d725e53507..d9c514818c8 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: October 18, 2009

+

Last Updated: October 23, 2009

@@ -1570,6 +1570,8 @@ nuttx-0.4.13 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> * include/nuttx/mtd.h. Added a simple interface definition to support some FLASH, EEPROM, NVRAM, etc. devices. * driver/mtd/m25px.c. Added a driver for SPI based FLASH parts M25P64 and M25P128. + * confgs/stm3210e-eval/usbserial. Add a USB serial configuration for the STM32. + This is for test and development; the STM32 has not yet been checked in. pascal-0.1.3 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>