aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-24 15:51:48 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-24 15:51:48 +0000
commite2b2cc34504dfb36ca9d06065ed7046efbfc7d78 (patch)
tree57575d4289b1d76f23fc786438be6d0332c4b656 /nuttx/ChangeLog
parent8da267c51855c21067b258bffcfa479ae52274c7 (diff)
downloadpx4-firmware-e2b2cc34504dfb36ca9d06065ed7046efbfc7d78.tar.gz
px4-firmware-e2b2cc34504dfb36ca9d06065ed7046efbfc7d78.tar.bz2
px4-firmware-e2b2cc34504dfb36ca9d06065ed7046efbfc7d78.zip
Fixes STM32F107 DMA issue
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5182 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 42110fd79..eb9680aef 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3386,3 +3386,7 @@
case now (either space or a fieldwidth must be provided). But
at least some of the bad logic that attempted to handle this
case has been removed (noted by Kate).
+ * arch/arm/src/stm32/stm32_eth.c: DMA buffer sizes must be an
+ even multiple of 4, 8, or 16 bytes.
+ * arch/arm/src/stm32/stm32_idle.c: Fixes STM32F107 DMA issues:
+ We cannot go into sleep mode while Ethernet is actively DMAing.