diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-01-01 11:48:59 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-01-01 11:48:59 +0000 |
commit | a9dacc80cbd84c8a1bc1e19e96a92a4fac18e51f (patch) | |
tree | 8fee3f459331645878cca71994450ea1983c9a41 /readme.txt | |
parent | c37c790722db6c2f8de59a1dee6efe41f62aefdb (diff) | |
download | ChibiOS-a9dacc80cbd84c8a1bc1e19e96a92a4fac18e51f.tar.gz ChibiOS-a9dacc80cbd84c8a1bc1e19e96a92a4fac18e51f.tar.bz2 ChibiOS-a9dacc80cbd84c8a1bc1e19e96a92a4fac18e51f.zip |
Fixed bug 3149141, documentation improvements to the queues, updated pre-2.2.0 plan in todo.txt.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2562 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 23066ebab..342f92189 100644 --- a/readme.txt +++ b/readme.txt @@ -65,6 +65,8 @@ *****************************************************************************
*** 2.1.7 ***
+- FIX: Fixed error in output queues static initializer (bug 3149141)
+ (backported to 2.0.9).
- 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
|