aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-06 12:35:51 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-06 12:35:51 +0000
commitf362c3ceb4227d96532f24d7d20f215e2c488ec6 (patch)
tree36bf7edee5f3983b6e1416045a14bf6398e1e4de /readme.txt
parent885cc65cbaf78bed5377f9bcbc507beece032590 (diff)
downloadChibiOS-f362c3ceb4227d96532f24d7d20f215e2c488ec6.tar.gz
ChibiOS-f362c3ceb4227d96532f24d7d20f215e2c488ec6.tar.bz2
ChibiOS-f362c3ceb4227d96532f24d7d20f215e2c488ec6.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1570 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 446266ca7..c37b59c37 100644
--- a/readme.txt
+++ b/readme.txt
@@ -52,6 +52,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).
- NEW: Implemented the concept of thread references, this mechanism ensures
that a dynamic thread's memory is not freed while some other thread still