aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-05-24 13:38:16 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-05-24 13:38:16 +0000
commitd6eb57b8ea6c73a694cff33ded801af9e25ecff7 (patch)
tree70b39fdfdb5f4326f44e971f2d6a5e9a0fb4a9aa /readme.txt
parent9000e56245a5192a6966dd7e61008f81d9636f6f (diff)
downloadChibiOS-d6eb57b8ea6c73a694cff33ded801af9e25ecff7.tar.gz
ChibiOS-d6eb57b8ea6c73a694cff33ded801af9e25ecff7.tar.bz2
ChibiOS-d6eb57b8ea6c73a694cff33ded801af9e25ecff7.zip
Fixed bugs 2796065, 2796069 and 2796081. Updated ARM test reports.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@987 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 533782d47..72e5b56e9 100644
--- a/readme.txt
+++ b/readme.txt
@@ -85,6 +85,12 @@ GNU-Linux-GCC - ChibiOS/RT simulator for x86 Linux systems, it is
(bug 2789501)(backported in stable branch).
- FIX: Fixed C99-style variable declarations (bug 2792919)(backported in
stable branch).
+- FIX: Fixed instance of obsolete CH_USE_TERMINATE option in the C++ wrapper
+ (bug 2796065)(backported in stable branch).
+- FIX: Insufficient stack allocated to the C++ LPC2148 demo (bug 2796069)
+ (backported in stable branch).
+- FIX: Fixed errors in events test case (bug 2796081)(backported in stable
+ branch).
- NEW: Abstract I/O Channels mechanism introduced. This mechanism allows to
access I/O resources through a standard interface and hides implementation
details. The existing serial drivers were modified to offer a standard