aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-04-17 15:52:38 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-04-17 15:52:38 +0000
commita147f92f9d64e358a2b9c8f1e431d4ac1a166537 (patch)
tree8df711bfcfb54c3e68855e9271037ff44ec36106 /readme.txt
parent4b7823e338394b20c212c41f72b81503823c06d9 (diff)
downloadChibiOS-a147f92f9d64e358a2b9c8f1e431d4ac1a166537.tar.gz
ChibiOS-a147f92f9d64e358a2b9c8f1e431d4ac1a166537.tar.bz2
ChibiOS-a147f92f9d64e358a2b9c8f1e431d4ac1a166537.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1870 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 c55ee2e51..7f02e85ef 100644
--- a/readme.txt
+++ b/readme.txt
@@ -65,11 +65,11 @@
platform header files.
- CHANGE: Small documentation fixes and improvements.
- OPT: New Cortex-M3 port code, *huge* performance improvements in all the
- context switching related benchmarks (5-15% depending on the benchmark).
+ context switching related benchmarks (up to 18% depending on the benchmark).
The new code does no more require the use of the PendSV vector that is
thus available to the user, it also saves four RAM bytes for each thread
in the system. The old code is still available as a fall back option while
- the new one is being hardened by peers review and time, the two ports are
+ the new one is being hardened by peer review and time, the two ports are
perfectly interchangeable.
*** 1.5.4 ***