diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-11-22 10:19:47 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-11-22 10:19:47 +0000 |
commit | 9d19282875e3b89596135984bb30c11589c418b8 (patch) | |
tree | b2a9f459548af10bd731ab9f6ed24f5e0ecb61ee /readme.txt | |
parent | 10fcc2b9f6db6b320c3c5baaca68881d53ed45a7 (diff) | |
download | ChibiOS-9d19282875e3b89596135984bb30c11589c418b8.tar.gz ChibiOS-9d19282875e3b89596135984bb30c11589c418b8.tar.bz2 ChibiOS-9d19282875e3b89596135984bb30c11589c418b8.zip |
Fixed bug #442.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6503 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 b9f820337..89dcc9460 100644 --- a/readme.txt +++ b/readme.txt @@ -89,6 +89,8 @@ *****************************************************************************
*** 2.7.0 ***
+- FIX: Fixed lost incoming characters in STM32 USARTv1 driver (bug #442)
+ (backported to 2.4.6 and 2.6.2).
- FIX: Fixed UART4/5-related bugs in STM32 USARTv1 UART driver (bug #440)
(backported to 2.6.2).
- FIX: Fixed race condition in STM32 DMA interrupt (bug #439)(backported
|