aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-04-17 14:53:04 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-04-17 14:53:04 +0000
commit0a37ec19f6b6c33c157f8280359e7c4468c26ae1 (patch)
tree98c55e00b84a1a6cb97b21e3089b86cb4fb33232 /readme.txt
parente8ae833287d6813305ac676508cb3dbaaf483eeb (diff)
downloadChibiOS-0a37ec19f6b6c33c157f8280359e7c4468c26ae1.tar.gz
ChibiOS-0a37ec19f6b6c33c157f8280359e7c4468c26ae1.tar.bz2
ChibiOS-0a37ec19f6b6c33c157f8280359e7c4468c26ae1.zip
100% code coverage for heap, semaphores and events.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@903 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/readme.txt b/readme.txt
index 9fb3876be..e8b31e4b5 100644
--- a/readme.txt
+++ b/readme.txt
@@ -84,11 +84,11 @@ 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 the test suite code coverage (it
- was 74% in version 1.2.0).
-- Added a new "naked" context switch benchmark that better defines the
- real context switch time, for the STM32 the context switch is performed
- under 1.48uS.
+- NEW: Added more test cases in order to improve the test suite code coverage
+ (it was 74% in version 1.2.0).
+- 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.
*** 1.2.0 ***
- Added license exception text to the 1.2.0 branch.