diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-05-12 06:46:28 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-05-12 06:46:28 +0000 |
commit | 52d0b057aedb5107e93aa9c1b3e3a7f06c1ba6dc (patch) | |
tree | c41c316cf70d120939ed3071a1992ff00c7a836f /readme.txt | |
parent | 31f7e698c050fd63acd717f81b918d764f672840 (diff) | |
download | ChibiOS-52d0b057aedb5107e93aa9c1b3e3a7f06c1ba6dc.tar.gz ChibiOS-52d0b057aedb5107e93aa9c1b3e3a7f06c1ba6dc.tar.bz2 ChibiOS-52d0b057aedb5107e93aa9c1b3e3a7f06c1ba6dc.zip |
Fixed bug 3524138.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4190 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 adb92a450..ed1bbfd88 100644 --- a/readme.txt +++ b/readme.txt @@ -79,6 +79,8 @@ *****************************************************************************
*** 2.5.0 ***
+- FIX: Fixed inconsistent LPCxxx Internal RC oscillator names (bug 3524138)
+ (backported to 2.2.10 and 2.4.1).
- FIX: Fixed wrong frequency limit checks vs VDD in STM32F2xx HAL (bug 3524094)
(backported to 2.4.1).
- FIX: Fixed STM32 I2C1 wrong alternate TX DMA setting (bug 3524088)
|