aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-17 18:56:10 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-17 18:56:10 +0000
commitfe98556d500268eb95e5643b1acf8bf948f64750 (patch)
tree80e5028e02bee626e87ae1046fed039b0e0cc158
parentca6cbafae34a25b1f63e1547ed69e3239f63d475 (diff)
downloadChibiOS-fe98556d500268eb95e5643b1acf8bf948f64750.tar.gz
ChibiOS-fe98556d500268eb95e5643b1acf8bf948f64750.tar.bz2
ChibiOS-fe98556d500268eb95e5643b1acf8bf948f64750.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1626 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--readme.txt3
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