aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-08-28 15:26:12 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-08-28 15:26:12 +0000
commitab68be788ecb8304cd6eb901d7ff1b1106f8d14c (patch)
treeb1e01567f8fda9d1a41144c0c365261268c228c1 /readme.txt
parent553f23ae74bee0bceb4d2b7e52e46699df2f6425 (diff)
downloadChibiOS-ab68be788ecb8304cd6eb901d7ff1b1106f8d14c.tar.gz
ChibiOS-ab68be788ecb8304cd6eb901d7ff1b1106f8d14c.tar.bz2
ChibiOS-ab68be788ecb8304cd6eb901d7ff1b1106f8d14c.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1114 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 918f4cb4b..962d1d348 100644
--- a/readme.txt
+++ b/readme.txt
@@ -3,6 +3,10 @@
*****************************************************************************
*** 1.3.2 ***
+- 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).
- NEW: Reorganized and rationalized the distribution tree.
- NEW: Enhanced serial driver. The driver now supports speed change at runtime
and low power stop mode.