diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-11-12 10:05:38 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-11-12 10:05:38 +0000 |
commit | 92c0a0e8514929e351d28e39bb157f61a63f0819 (patch) | |
tree | 82ec666a00751ca05ceb20fe53e0667cbc832229 /readme.txt | |
parent | 5715e53108e93192c32cbce64602e4e9ca20312b (diff) | |
download | ChibiOS-92c0a0e8514929e351d28e39bb157f61a63f0819.tar.gz ChibiOS-92c0a0e8514929e351d28e39bb157f61a63f0819.tar.bz2 ChibiOS-92c0a0e8514929e351d28e39bb157f61a63f0819.zip |
Fixed bug #439.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6460 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index eba963097..8d4f09e41 100644 --- a/readme.txt +++ b/readme.txt @@ -91,6 +91,8 @@ *** 2.7.0 ***
- FIX: Fixed UART4/5-related bugs in STM32 USARTv1 UART driver (bug #440)
(backported to 2.6.2).
+- FIX: Fixed race condition in STM32 DMA interrupt (bug #439)(backported
+ to 2.6.2).
- FIX: Fixed STM32 OTG-FS wrong upper memory limit (bug #437)(backported
to 2.6.2).
- FIX: Fixed timing issue in the STM32 OTGv1 USB driver (bug #436)(backported
|