aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-12-03 08:34:55 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-12-03 08:34:55 +0000
commitf407c0326feb5ed4c3c49d92a56189dd4a546277 (patch)
treeb698464c839ec14597460c33611e32594f02f6fb /readme.txt
parentc86a5d888757ac3c861e0cf6d28671ea97bddc98 (diff)
downloadChibiOS-f407c0326feb5ed4c3c49d92a56189dd4a546277.tar.gz
ChibiOS-f407c0326feb5ed4c3c49d92a56189dd4a546277.tar.bz2
ChibiOS-f407c0326feb5ed4c3c49d92a56189dd4a546277.zip
Fixed bug #444.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6520 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 a7045629b..d6ac2df48 100644
--- a/readme.txt
+++ b/readme.txt
@@ -89,6 +89,8 @@
*****************************************************************************
*** 2.7.0 ***
+- FIX: Fixed wrong definition in STM32F37x ADC driver (bug #444)(backported
+ to 2.6.2).
- FIX: Fixed lost incoming characters in STM32 USARTv1 driver (bug #442)
(backported to 2.4.6 and 2.6.2).
- FIX: Fixed UART4/5-related bugs in STM32 USARTv1 UART driver (bug #440)