From bb89bef2ee08d329ed9cf2c60fbbf7b2e334ea73 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 29 Aug 2009 12:06:55 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1131 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/readme.txt b/readme.txt index 542f6963a..802244c73 100644 --- a/readme.txt +++ b/readme.txt @@ -3,11 +3,15 @@ ***************************************************************************** *** 1.3.2 *** -- FIX: Fixed GCC 4.4.x aliasing warnings (bug 2846336). -- FIX: Modified linker scripts for GCC 4.4.x (bug 2846302). -- FIX: Fixed the CH_OPTIMIZE_SPEED option in the CM3 port (bug 2846278). -- FIX: Fixed GCC 4.4.x related problems in CM3 port (bug 2846162). -- FIX: Fixed LPC214x UART problem (bug 2841088). +- FIX: Fixed GCC 4.4.x aliasing warnings (bug 2846336)(backported in stable + branch). +- FIX: Modified linker scripts for GCC 4.4.x (bug 2846302)(backported in stable + branch). +- FIX: Fixed the CH_OPTIMIZE_SPEED option in the CM3 port (bug 2846278) + (backported in stable branch). +- FIX: Fixed GCC 4.4.x related problems in CM3 port (bug 2846162).(backported + in stable branch) +- FIX: Fixed LPC214x UART problem (bug 2841088)(backported in stable branch). - NEW: Reorganized and rationalized the distribution tree. - NEW: Enhanced serial driver. The driver now supports speed change at runtime and low power stop mode.