aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-04-12 16:40:44 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-04-12 16:40:44 +0000
commit90c431b280ac0188980b43a42b11191ca2800fa8 (patch)
tree196296364d6e3aec6538b00861015a3020d1462a /readme.txt
parent3dda222a772d8178ef04205c525c3c417e2ce7ad (diff)
downloadChibiOS-90c431b280ac0188980b43a42b11191ca2800fa8.tar.gz
ChibiOS-90c431b280ac0188980b43a42b11191ca2800fa8.tar.bz2
ChibiOS-90c431b280ac0188980b43a42b11191ca2800fa8.zip
100% code coverage for condvars.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@898 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.txt b/readme.txt
index 87728bdfa..d5a1e3a72 100644
--- a/readme.txt
+++ b/readme.txt
@@ -84,8 +84,8 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
- FIX: Removed usused list functions (bug 2755230)(backported in stable
branch).
- NEW: Added a code coverage analysis application under ./tests/coverage.
-- Added more test cases in order to improve code coverage (it was 74% in
- version 1.2.0).
+- Added more test cases in order to improve the test suite code coverage (it
+ was 74% in version 1.2.0).
*** 1.2.0 ***
- Added license exception text to the 1.2.0 branch.