diff options
-rw-r--r-- | readme.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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
|