From e0999328d8b5d467b27b7c08cfa4ec06b237c6a1 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 31 Aug 2010 18:12:21 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2149 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.txt b/readme.txt index 514666c89..971a865bd 100644 --- a/readme.txt +++ b/readme.txt @@ -62,6 +62,8 @@ ***************************************************************************** *** 2.1.2 *** +- FIX: Fixed reduced ARM7 performance with GCC 4.5.x (bug 3056866)(backported + to 2.0.4). - FIX: Fixed crash of the Posix simulator under Ubuntu 10.4 (bug 3055329) (backported to 2.0.3). - FIX: Fixed incorrect PLL2 setting in STM32 HAL (bug 3044770)(backported