aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-04-12 08:47:21 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-04-12 08:47:21 +0000
commitc1c46107187ce608b97c04f4ab459782058ed427 (patch)
treeae1ed814693d745151a167ec5d1625338b1bbbb9
parent2d1d900b6d11a3f7ef5ff3e0f7f02faa40d8b25f (diff)
downloadChibiOS-c1c46107187ce608b97c04f4ab459782058ed427.tar.gz
ChibiOS-c1c46107187ce608b97c04f4ab459782058ed427.tar.bz2
ChibiOS-c1c46107187ce608b97c04f4ab459782058ed427.zip
Fixed bug 2755195.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@892 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index bc129dd72..ad598eefc 100644
--- a/readme.txt
+++ b/readme.txt
@@ -79,6 +79,8 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
branch).
- FIX: Fixed problem with the timeout constant TIME_IMMEDIATE, added a
specific test in the test suite (bug 2755170)(backported in stable branch).
+- FIX: Fixed a problem in semaphores test case #2 (bug 2755195)(backported
+ in stable branch).
- NEW: Added a code coverage analysis application under ./tests/coverage.
Currently the test suite explicitly covers about 74% of the kernel code,
it is not bad as a starting point.