aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-10 22:42:46 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-10 22:42:46 +0000
commit850df30e06d5384081371d6b291cbadec2e2fd48 (patch)
tree9f21f0c9f78be5db32da4ccaf0f931dfe15b8f16 /nuttx/ChangeLog
parent7189150b33612e4c91f6d9ec08a00fdfe0eece65 (diff)
downloadpx4-firmware-850df30e06d5384081371d6b291cbadec2e2fd48.tar.gz
px4-firmware-850df30e06d5384081371d6b291cbadec2e2fd48.tar.bz2
px4-firmware-850df30e06d5384081371d6b291cbadec2e2fd48.zip
Drop STM32 F2/4 SDIO clock from 24 to 16 MHz. Seems to fix SD accesses on STM3240G-EVAL
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5020 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 a5da942f3..3889dcd22 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3147,3 +3147,7 @@
* arch/arm/src/stm32/stm32f2xx_dma.c, stm32f4xx_dma.c, stm32_serial.c, and
stm32_spic.c: DMA priority was getting zeroed by STM32 F2/F4 DMA drivers
so that all DMAs ran at the lowest priority.
+ * configs/stm3240g-eval/include/board.h and configs/stm3220: Drop SD card
+ frequency from 24 to 16 MHz. Apparently 24 MHz is too fast for the board.
+ This (plus the change to the STM32 DMA (above) fixes SDIO DMA on the
+ STM3240G-EVAL (and probably STM3220G-EVAL -- untested).