summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-02-21 19:16:41 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-02-21 19:16:41 +0000
commitc56a18fb38e4d9d11b6799eef395a6dc667750e7 (patch)
tree47b7cb37310946a5d44ccfb5815a928802626820 /nuttx/ChangeLog
parent7c3e419c199ef3909857124be8b608ea9cc655cd (diff)
downloadnuttx-c56a18fb38e4d9d11b6799eef395a6dc667750e7.tar.gz
nuttx-c56a18fb38e4d9d11b6799eef395a6dc667750e7.tar.bz2
nuttx-c56a18fb38e4d9d11b6799eef395a6dc667750e7.zip
Fix SDIO DMA (finally)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4409 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index b69ff8179..f585e1a50 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2473,3 +2473,7 @@
The received buffer size must be two bytes larger to account for the two byte
checksum that is appended to the packet. Otherwise, the last two bytes of
real data in the packet will get clobbered.
+ * arch/arm/src/stm32f40xx_dma.c: The STM32 F4 DMA has (finally) been verified
+ * arch/arm/src/stm32_sdio.c: STM32 F4 SDIO DMA is now supported
+ * configs/stm3240g-eval/nsh/defconfig: This configuration now supports SDIO
+ with DMA (see configs/stm3240g-eval/README.txt for some issues).