diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-12-31 08:53:26 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-12-31 08:53:26 +0000 |
commit | 930b0adb22b94625bbb01a5a987027b3b4162d34 (patch) | |
tree | 9ad0b9cc46b1de1b3f67e4edf4402fa354c0d73c /readme.txt | |
parent | f13e3253c3e2590d3d781a7f54b2739d68b2d926 (diff) | |
download | ChibiOS-930b0adb22b94625bbb01a5a987027b3b4162d34.tar.gz ChibiOS-930b0adb22b94625bbb01a5a987027b3b4162d34.tar.bz2 ChibiOS-930b0adb22b94625bbb01a5a987027b3b4162d34.zip |
Fixed bug 3148525.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2555 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 8a2a22b6f..23066ebab 100644 --- a/readme.txt +++ b/readme.txt @@ -65,6 +65,8 @@ *****************************************************************************
*** 2.1.7 ***
+- FIX: Fixed extra notifications in input queues (bug 3148525)(backported
+ to 2.0.9).
- NEW: New ARM Cortex-Mx port for RVCT compiler (probably will not be
included in 2.2.0, requires more testing).
- NEW: Integrated the STM32 GCC, IAR and RVCT demos in a single demo with
|