From fe98556d500268eb95e5643b1acf8bf948f64750 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 17 Feb 2010 18:56:10 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1626 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 81afaeb26..5789397ee 100644 --- a/readme.txt +++ b/readme.txt @@ -63,7 +63,8 @@ *** 1.5.1 *** - FIX: Fixed insufficient stack space for the idle thread in the ARMCM3 port when compiling without optimizations (bug 2946233)(backported in 1.4.1). -- FIX: Fixed wrong notes on function chThdResume() (bug 2943160). +- FIX: Fixed wrong notes on function chThdResume() (bug 2943160)(backported + in 1.4.1). - NEW: Implemented the concept of thread references, this mechanism ensures that a dynamic thread's memory is not freed while some other thread still owns a reference to the thread. Static threads are not affected by the new