aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-07-11 06:03:32 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-07-11 06:03:32 +0000
commit25588d58b51b414461007cea4b566e9bddf85961 (patch)
tree050122e9dfc2cc79702353634779f4c16044576e /readme.txt
parentf6554b6135a1ca9cb4b2aa05b7cbc94f828ed996 (diff)
downloadChibiOS-25588d58b51b414461007cea4b566e9bddf85961.tar.gz
ChibiOS-25588d58b51b414461007cea4b566e9bddf85961.tar.bz2
ChibiOS-25588d58b51b414461007cea4b566e9bddf85961.zip
Fixed bugs 3026528 and 3027975.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2062 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 68eaa757a..71b8b11f6 100644
--- a/readme.txt
+++ b/readme.txt
@@ -59,6 +59,9 @@
*****************************************************************************
*** 2.1.1 ***
+- FIX: Fixed invalid contex restore in MSP430 port (bug 3027975)(backported
+ to 2.0.2).
+- FIX: Fixed STM32 vectors file (bug 3026528)(backported to 2.0.2).
- FIX: Fixed race condition in STM32 SPI driver (bug 3025854)(backported to
2.0.2).
- FIX: Fixed H_LOCK and H_UNLOCK redefined with CH_USE_MALLOC_HEAP (bug