aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-07-05 12:48:35 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-07-05 12:48:35 +0000
commitf03a012a2d196dd26b0c8ae38bcd397956346352 (patch)
treed0d7f1291a1c79d04a89beab4d73d305f0400ae2 /readme.txt
parent5f7d22cd0463656db230f374020747eb860bb9b0 (diff)
downloadChibiOS-f03a012a2d196dd26b0c8ae38bcd397956346352.tar.gz
ChibiOS-f03a012a2d196dd26b0c8ae38bcd397956346352.tar.bz2
ChibiOS-f03a012a2d196dd26b0c8ae38bcd397956346352.zip
Fixed bug 3025133.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2054 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 6aabf751e..9e87eba3a 100644
--- a/readme.txt
+++ b/readme.txt
@@ -58,6 +58,10 @@
*** Releases ***
*****************************************************************************
+*** 2.1.1 ***
+- FIX: Added option to enforce the stack alignment to 32 or 64 bits in the
+ Cortex-Mx port (bug 3025133)(backported to 2.0.2).
+
*** 2.1.0 ***
- FIX: Fixed notification order in input queues (bug 3020708)(backported in
2.0.1).