diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-07-13 07:14:21 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-07-13 07:14:21 +0000 |
commit | 43ca8b55d2f9e84656415c1442c7f212e9c87224 (patch) | |
tree | d55c676b29d9e3a0ae5cc5eff750fa46c3098e7b /readme.txt | |
parent | 6627768bdfe33da4ce19730007a91061120b513c (diff) | |
download | ChibiOS-43ca8b55d2f9e84656415c1442c7f212e9c87224.tar.gz ChibiOS-43ca8b55d2f9e84656415c1442c7f212e9c87224.tar.bz2 ChibiOS-43ca8b55d2f9e84656415c1442c7f212e9c87224.zip |
Fixed bug #417.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5963 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 8777b246a..e89a4547b 100644 --- a/readme.txt +++ b/readme.txt @@ -91,6 +91,8 @@ *** 2.7.0 ***
- FIX: Fixed missing casts in time-conversion macros (bug #418)(backported
to 2.6.1, 2.4.4 and 2.2.10).
+- FIX: Fixed PLL2 activation condition is wrong in STM32F107 HAL (bug #417)
+ (backported to 2.6.1 and 2.4.4).
- FIX: Fixed STM32 Serial (v2) driver invalid CR registers size (bug #416)
(backported to 2.6.0).
- FIX: Fixed MS2ST() and US2ST() macros error (bug #415)(backported to 2.6.0,
|