aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-12-20 15:43:43 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-12-20 15:43:43 +0000
commit55eaf139e22626f4637928513811871d98422920 (patch)
treeaf9dc25874d24cad188e43f13cdcc227a6d8e7a4 /readme.txt
parentb4f7d8edfe03b6205caaf887faed663fd2222ec5 (diff)
downloadChibiOS-55eaf139e22626f4637928513811871d98422920.tar.gz
ChibiOS-55eaf139e22626f4637928513811871d98422920.tar.bz2
ChibiOS-55eaf139e22626f4637928513811871d98422920.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@153 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index e81a07358..bc21fa278 100644
--- a/readme.txt
+++ b/readme.txt
@@ -50,7 +50,7 @@ AVR-AT90CANx-GCC - Port on AVR AT90CAN128, not complete yet.
various mechanisms and the correct use cases.
- RT Semaphores subsystem removed, the Mutexes implements a better solution
for the same problem.
-- More performance improvements to the scheduler see the remarks into the
+- More performance improvements to the scheduler, see the remarks into the
chSchWakeupS() function source. The benchmark suite reports a 6% increase
in the context switch performance.
- Added mutexes test cases to the test suite.