summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-10-23 19:01:27 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-10-23 19:01:27 +0000
commit5baf99677c363be3d2e35674387ed045bec9ef2c (patch)
treeaa69178acafaa9bd639c00132166e72e11bee4c0 /nuttx/ChangeLog
parent98e510401beab258c0f94e6078a6a659015fbe9c (diff)
downloadpx4-nuttx-5baf99677c363be3d2e35674387ed045bec9ef2c.tar.gz
px4-nuttx-5baf99677c363be3d2e35674387ed045bec9ef2c.tar.bz2
px4-nuttx-5baf99677c363be3d2e35674387ed045bec9ef2c.zip
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
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index e08bd7783..af5ab7502 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -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.