aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-07-23 15:12:05 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-07-23 15:12:05 +0000
commit29b2e367666404ac81a56ab66cd8e5d860b8a8d2 (patch)
treef1adddece0b9c8fef9abf8789d226157fdbe1634 /readme.txt
parent0ce4d551dfd5c15c6908c78c7cd48000454f726d (diff)
downloadChibiOS-29b2e367666404ac81a56ab66cd8e5d860b8a8d2.tar.gz
ChibiOS-29b2e367666404ac81a56ab66cd8e5d860b8a8d2.tar.bz2
ChibiOS-29b2e367666404ac81a56ab66cd8e5d860b8a8d2.zip
Fixed bug 3033624.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2083 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 dd7a74714..ac5039db5 100644
--- a/readme.txt
+++ b/readme.txt
@@ -61,6 +61,8 @@
*****************************************************************************
*** 2.1.1 ***
+- FIX: Fixed insufficient stack size for idle thread (bug 3033624)(backported
+ to 2.0.3).
- FIX: Fixed misspelled word in some chioch.h and chstreams.h macros (bug
3031534)(backported to 2.0.3).
- FIX: Fixed wrong macro check in the STM32 SPI driver (bug 3028562)(backported