aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-02-21 19:16:41 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-02-21 19:16:41 +0000
commita663979a1e2b4ccd8f290a707341e2c79ae0b884 (patch)
tree47b7cb37310946a5d44ccfb5815a928802626820 /nuttx/ChangeLog
parentcb971e195ebb991a16d362c9bb54ad72c9ba2da2 (diff)
downloadpx4-firmware-a663979a1e2b4ccd8f290a707341e2c79ae0b884.tar.gz
px4-firmware-a663979a1e2b4ccd8f290a707341e2c79ae0b884.tar.bz2
px4-firmware-a663979a1e2b4ccd8f290a707341e2c79ae0b884.zip
Fix SDIO DMA (finally)
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4409 7fd9a85b-ad96-42d3-883c-3090e2eb8679
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).