aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-02-07 19:05:28 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-02-07 19:05:28 +0000
commit9a365f36841c0f5a2cd18c8881bff951a37f5d7d (patch)
treecfd1c73b6e64ce316878fc172ca6e0e3aab051b7 /readme.txt
parentb9f9993b7882efcb5840e6571f3807ce3ff756ef (diff)
downloadChibiOS-9a365f36841c0f5a2cd18c8881bff951a37f5d7d.tar.gz
ChibiOS-9a365f36841c0f5a2cd18c8881bff951a37f5d7d.tar.bz2
ChibiOS-9a365f36841c0f5a2cd18c8881bff951a37f5d7d.zip
Fixed bug 3485278.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3938 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 242980227..750854cf7 100644
--- a/readme.txt
+++ b/readme.txt
@@ -79,6 +79,8 @@
*****************************************************************************
*** 2.5.0 ***
+- FIX: Fixed missing PLL3 check in STM32F107 HAL (bug 3485278)(backported to
+ 2.2.8 and 2.4.1).
- FIX: Fixed ADC maximum frequency limit in STM32F2/F4 ADC drivers (bug
3484947)(backported to 2.4.1).
- FIX: Fixed various minor documentation errors (bug 3484942)(backported