aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32F30x
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-03-10 13:57:25 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-03-10 13:57:25 +0000
commitde0bd4b20d026659defa6dbfa664723acedf1443 (patch)
tree459c77a3b199c9939e5e57498bad08703465e20a /os/hal/platforms/STM32F30x
parent152cacac1f47599a0a538c94900ba18d30f0ccc9 (diff)
downloadChibiOS-de0bd4b20d026659defa6dbfa664723acedf1443.tar.gz
ChibiOS-de0bd4b20d026659defa6dbfa664723acedf1443.tar.bz2
ChibiOS-de0bd4b20d026659defa6dbfa664723acedf1443.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5404 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32F30x')
-rw-r--r--os/hal/platforms/STM32F30x/stm32_dma.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32F30x/stm32_dma.h b/os/hal/platforms/STM32F30x/stm32_dma.h
index 6d82dd4b9..1f60ba0cf 100644
--- a/os/hal/platforms/STM32F30x/stm32_dma.h
+++ b/os/hal/platforms/STM32F30x/stm32_dma.h
@@ -312,6 +312,8 @@ typedef void (*stm32_dmaisr_t)(void *p, uint32_t flags);
* @details The function disables the specified stream and then clears any
* pending interrupt.
* @note This function can be invoked in both ISR or thread context.
+ * @note Interrupts enabling flags are set to zero after this call, see
+ * bug 3607518.
* @pre The stream must have been allocated using @p dmaStreamAllocate().
* @post After use the stream can be released using @p dmaStreamRelease().
*