summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-24 15:49:01 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-24 15:49:01 +0000
commitb51d76029acee653de9e181de45228f4cd6e9c4c (patch)
treeeb247aa85bade094bc357768ec6682b1f0f3e789 /nuttx/ChangeLog
parent6d2bcd43a9a90e4be63c1bc29f14882a8db536df (diff)
downloadnuttx-b51d76029acee653de9e181de45228f4cd6e9c4c.tar.gz
nuttx-b51d76029acee653de9e181de45228f4cd6e9c4c.tar.bz2
nuttx-b51d76029acee653de9e181de45228f4cd6e9c4c.zip
SDIO fixes for the STM32 F2 from Gary Teravskis and Scott Rondestvedt
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4973 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 4ec1c5077..0d29c3db8 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3060,4 +3060,6 @@
Add debug option to dump buffers. Several bugfixes... almost works.
* include/termios.h, lib/termios/*, and arch/arm/src/stm32/stm32_serial.c: :
BOTHER is gone again.
+ * arch/arm/src/stm32/stm32_sdio.c and chip/stm32f20xx_pinmap.h: STM32 F2 SDIO
+ fixes from Gary Teravskis and Scott Rondestvedt.