aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-05-03 16:42:52 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-05-03 16:42:52 +0000
commitf6394ab13af22044ab8009a09b68053bec0f130b (patch)
treef56a258938ea0a505814016119ec24efe6b0c519 /readme.txt
parent62beef8720971259545e9df90b182e1a94280c09 (diff)
downloadChibiOS-f6394ab13af22044ab8009a09b68053bec0f130b.tar.gz
ChibiOS-f6394ab13af22044ab8009a09b68053bec0f130b.tar.bz2
ChibiOS-f6394ab13af22044ab8009a09b68053bec0f130b.zip
100% code coverage for queues.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@946 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 6d8c1c9c2..0f47213b3 100644
--- a/readme.txt
+++ b/readme.txt
@@ -84,9 +84,10 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
in order to make them more symmetrical and functional. Improved the queues
documentation. Some of the changes were needed in order to support the new
channels mechanism as a backend for queued serial drivers.
+- NEW: Added test cases for the improved queues.
- NEW: Added a code coverage analysis application under ./tests/coverage.
- NEW: Added more test cases in order to improve the test suite code coverage
- (it was 74% in version 1.2.0).
+ (it was 74% in version 1.2.0, it is now close to 100%).
- NEW: Added a new "naked" context switch benchmark that better defines the
real context switch time, previous benchmarks introduced too much overhead
to the measurement. The STM32 performs the context switch in under 1.48uS.