diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-05-19 09:13:24 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-05-19 09:13:24 +0000 |
commit | 5e1249af266c9688ec575e5a2f14ecfe6084de49 (patch) | |
tree | caa2477037b299f92860d734bf2750987478c8e4 /readme.txt | |
parent | 807c5f1882224c2afd471a44889b83c2adf80589 (diff) | |
download | ChibiOS-5e1249af266c9688ec575e5a2f14ecfe6084de49.tar.gz ChibiOS-5e1249af266c9688ec575e5a2f14ecfe6084de49.tar.bz2 ChibiOS-5e1249af266c9688ec575e5a2f14ecfe6084de49.zip |
Fixed bug 3303841.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2973 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 484a57dd8..5b225c3f5 100644 --- a/readme.txt +++ b/readme.txt @@ -72,6 +72,8 @@ *** 2.3.3 ***
- FIX: 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)
- 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
|