diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-12-27 10:00:39 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-12-27 10:00:39 +0000 |
commit | 6d966b1a55f0295d5c8eb91a7c42ae5cc43a4938 (patch) | |
tree | 5c34786d5be7b6cc7c0026c8cbbdbf231431148e /readme.txt | |
parent | c5c7e44f8c52159790ce2bf0cc834f86fbf80d55 (diff) | |
download | ChibiOS-6d966b1a55f0295d5c8eb91a7c42ae5cc43a4938.tar.gz ChibiOS-6d966b1a55f0295d5c8eb91a7c42ae5cc43a4938.tar.bz2 ChibiOS-6d966b1a55f0295d5c8eb91a7c42ae5cc43a4938.zip |
Fixed bug #448.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6580 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt index 4135aefcd..c60195638 100644 --- a/readme.txt +++ b/readme.txt @@ -89,7 +89,9 @@ *****************************************************************************
*** 2.7.0 ***
-- FIX: Fixed rong MCO2 check in STM32F4xx HAL driver (bug #447)(backported
+- FIX: Fixed STM32F30x TIM1/TIM8 alternate clock source setting not
+ recognized (bug #448)(backported to 2.6.2).
+- FIX: Fixed wrong MCO2 check in STM32F4xx HAL driver (bug #447)(backported
to 2.4.6 and 2.6.2).
- FIX: Fixed spurious half buffer callback in STM32 ADC drivers (bug #446)
(backported to 2.4.6 and 2.6.2).
|