diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-05-19 18:19:24 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-05-19 18:19:24 +0000 |
commit | dfd3915859a4a3dbe055788dd4823742108b5205 (patch) | |
tree | b757c8f97b4afd4ec927144c6947ff67e6b38c29 | |
parent | 3495905f51318549a2bd6764360a4812aac869fa (diff) | |
download | ChibiOS-dfd3915859a4a3dbe055788dd4823742108b5205.tar.gz ChibiOS-dfd3915859a4a3dbe055788dd4823742108b5205.tar.bz2 ChibiOS-dfd3915859a4a3dbe055788dd4823742108b5205.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2978 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | readme.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/readme.txt b/readme.txt index 5b225c3f5..b8e11b162 100644 --- a/readme.txt +++ b/readme.txt @@ -71,9 +71,10 @@ *****************************************************************************
*** 2.3.3 ***
-- FIX: Race condition in output queues (bug 3303908)(backported to 2.2.4).
+- FIX: Fixed race condition in output queues (bug 3303908)(backported
+ to 2.2.4).
- FIX: Fixed CH_USE_HEAP and CH_USE_MALLOC_HEAP conflict (bug 3303841)
- (backported to 2.2.4)
+ (backported to 2.2.4).
- FIX: Fixed timeout problem in the lwIP interface layer (bug 3302420)
(backported to 2.2.4).
- NEW: Reorganization of the Cortex-Mx ports in order to reduced code and
|