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
This commit is contained in:
patacongo
2009-10-23 19:01:27 +00:00
parent 2222dc3dca
commit 32f7654226
19 changed files with 1576 additions and 14 deletions
+2
View File
@@ -918,5 +918,7 @@
* 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.