diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-02-18 20:02:09 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-02-18 20:02:09 +0000 |
commit | aa71eb0989f940cd0c7b70f6a380239d4c07dc74 (patch) | |
tree | 34be7f956bc46c330a253bebc28d975f05b42035 /readme.txt | |
parent | 439038efb498c73ad9313e58586a923cb3faef21 (diff) | |
download | ChibiOS-aa71eb0989f940cd0c7b70f6a380239d4c07dc74.tar.gz ChibiOS-aa71eb0989f940cd0c7b70f6a380239d4c07dc74.tar.bz2 ChibiOS-aa71eb0989f940cd0c7b70f6a380239d4c07dc74.zip |
Fixed bugs 2953981 and 2953985.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1634 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index e4331ccf9..07bf131cc 100644 --- a/readme.txt +++ b/readme.txt @@ -52,6 +52,10 @@ *****************************************************************************
*** 1.5.2 ***
+- FIX: Fixed wrong UART deinitialization sequence in LPC214x serial driver
+ (bug 2953985)(backported in 1.4.1).
+- FIX: Fixed wrong PINSEL2 offset into lpc214x.h (bug 2953981)(backported
+ in 1.4.1).
- 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
|