diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-05-09 14:55:18 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-05-09 14:55:18 +0000 |
commit | f0302498b7a67c59d224acc6e57627989f2dd51c (patch) | |
tree | 915a4210afb07b599a753b05aa8d6716a3a949f7 /readme.txt | |
parent | f3ca042618b9b1f5fa877b68e89ec31fe66497eb (diff) | |
download | ChibiOS-f0302498b7a67c59d224acc6e57627989f2dd51c.tar.gz ChibiOS-f0302498b7a67c59d224acc6e57627989f2dd51c.tar.bz2 ChibiOS-f0302498b7a67c59d224acc6e57627989f2dd51c.zip |
Fixed bug 2789383.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@959 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index b0ef64678..479e0458e 100644 --- a/readme.txt +++ b/readme.txt @@ -77,6 +77,8 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process, - 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).
+- FIX: Fixed test_cpu_pulse() incorrect behavior (bug 2789383)(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
|