aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-11-21 18:41:12 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-11-21 18:41:12 +0000
commit1de70ad9c8dc8eb91837dbb1ae81fb0817a5159b (patch)
treeea718fefd849bd97c7b4af44783fab05c736334f /readme.txt
parentfeba444df5aacdb50c02f731e45fe5bdb0ac64f9 (diff)
downloadChibiOS-1de70ad9c8dc8eb91837dbb1ae81fb0817a5159b.tar.gz
ChibiOS-1de70ad9c8dc8eb91837dbb1ae81fb0817a5159b.tar.bz2
ChibiOS-1de70ad9c8dc8eb91837dbb1ae81fb0817a5159b.zip
Fixed bug 3114696.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2412 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 5dc2b2b6c..46c281fd0 100644
--- a/readme.txt
+++ b/readme.txt
@@ -65,6 +65,8 @@
*****************************************************************************
*** 2.1.4 ***
+- FIX: Fixed failure in STM32 ADC driver when a linear buffer mode is used
+ (bug 3114696).
- FIX: Fixed PWM channels going to ACTIVE state when the pulse width is
set to zero in the STM32 PWM driver (bug 3114481)(backported to 2.0.8).
- FIX: Fixed PWM channels return to IDLE state in STM32 PWM driver (bug