git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1626 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2010-02-17 18:56:10 +00:00
parent ca6cbafae3
commit fe98556d50
1 changed files with 2 additions and 1 deletions

View File

@ -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