aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-17 18:30:29 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-17 18:30:29 +0000
commitca6cbafae34a25b1f63e1547ed69e3239f63d475 (patch)
treedcd7d586cc445179ed2dacaa5b249d4a6c5fae97 /readme.txt
parent76802b45d7f67f2e9db1bb6e8a1e11757b0abe2d (diff)
downloadChibiOS-ca6cbafae34a25b1f63e1547ed69e3239f63d475.tar.gz
ChibiOS-ca6cbafae34a25b1f63e1547ed69e3239f63d475.tar.bz2
ChibiOS-ca6cbafae34a25b1f63e1547ed69e3239f63d475.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1625 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 e207ac1aa..81afaeb26 100644
--- a/readme.txt
+++ b/readme.txt
@@ -52,6 +52,8 @@
*****************************************************************************
*** 1.5.2 ***
+- FIX: Fixed invalid UART-related macro in the LPC214x HAL (bug 2953195)
+ (backported in 1.4.1).
- FIX: Impossible to enforce alignment greater of a pointer size for heap/core
objects (bug 2952961)(backported in 1.4.1).
- FIX: Wrong prototype in template file chcore.c (bug 2951529)(backported