diff options
author | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-06-30 14:14:07 +0000 |
---|---|---|
committer | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-06-30 14:14:07 +0000 |
commit | 7fadc4037113a610557fc28ade38f5213901d3d5 (patch) | |
tree | 803d26d9ec9b231413b116e971327df77c982e05 /readme.txt | |
parent | 1e412cad0d0d09f9c57e036686c4f179d856feb0 (diff) | |
download | ChibiOS-7fadc4037113a610557fc28ade38f5213901d3d5.tar.gz ChibiOS-7fadc4037113a610557fc28ade38f5213901d3d5.tar.bz2 ChibiOS-7fadc4037113a610557fc28ade38f5213901d3d5.zip |
Feature request #28 merged.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5914 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index 7a853273f..8043a3dd5 100644 --- a/readme.txt +++ b/readme.txt @@ -89,6 +89,8 @@ *****************************************************************************
*** 2.7.0 ***
+- NEW: Added support of UART4 and UART5 (STM32F4x and STM32F2x platforms).
+ Feature request #28.
- FIX: Fixed missing casts in time-conversion macros (bug #418)(backported
to 2.6.1, 2.4.4 and 2.2.10).
- FIX: Fixed STM32 Serial (v2) driver invalid CR registers size (bug #416)
|