summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-04 02:47:46 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-04 02:47:46 +0000
commit076b5df2df9fdf9d610b99c8e5a67bc586553047 (patch)
tree1f58ecf2455f0c7d065a98afcbc5c4ddf95e2cee /nuttx/ChangeLog
parentd8aa30d561322f24cf0eb67f27f41ad9ab52474e (diff)
downloadnuttx-076b5df2df9fdf9d610b99c8e5a67bc586553047.tar.gz
nuttx-076b5df2df9fdf9d610b99c8e5a67bc586553047.tar.bz2
nuttx-076b5df2df9fdf9d610b99c8e5a67bc586553047.zip
STM32 SDIO DMA should only 16-bits wide when DMA-ing to/from FSMC SRAM
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5082 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 86e6b5257..f1688c4b9 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3252,3 +3252,5 @@
compilation errors (reported by Diego Sanchez).
* include/nuttx/wqueue.h, sched/work*, and others: Added logic to support
a second, lower priority work queue (CONFIG_SCHED_LPWORK).
+ * arch/arm/src/stm32/stm32_dma.c, chip/stm32*_memorymap.h: FSMC SRAM is
+ only 16-bits wide and the SDIO DMA must be set up differently.