aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-05-09 13:06:30 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-05-09 13:06:30 +0000
commit824e30be80c79d866ac444b4eed7f4df0cf154c1 (patch)
tree4cb3cac306d25fc1b6ac3d2125d390156daa7669 /readme.txt
parentfa6758bb7a5df3ebf93277433c345ba6945bb2ef (diff)
downloadChibiOS-824e30be80c79d866ac444b4eed7f4df0cf154c1.tar.gz
ChibiOS-824e30be80c79d866ac444b4eed7f4df0cf154c1.tar.bz2
ChibiOS-824e30be80c79d866ac444b4eed7f4df0cf154c1.zip
Fixed bugs 2789377 and 2789383.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@956 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 78db255e1..b0ef64678 100644
--- a/readme.txt
+++ b/readme.txt
@@ -75,6 +75,8 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
- FIX: Found new instances of the obsolete function chSysGetTime() in the
C++ wrapper and in the WEB demo (bug 2772237)(backported in stable branch).
- FIX: Fixed macro in test.h (bug 2781176)(backported in stable branch).
+- FIX: Fixed sequence assertion in test.c (bug 2789377)(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