git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@519 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2008-11-26 18:06:55 +00:00
parent 74b2ef532c
commit 68a1ac21b8
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ optimized for speed takes about 6KiB. See the documentation about the
many available subsystems.<br><br>About performance, on a 48MHz LPC many available subsystems.<br><br>About performance, on a 48MHz LPC
ARM7 processor the kernel is capable of context switch time ranging ARM7 processor the kernel is capable of context switch time ranging
from 3 to 6 microseconds depending on the code type (ARM/THUMB) and the from 3 to 6 microseconds depending on the code type (ARM/THUMB) and the
choosen complier/kernel optimizations. In the distribution is included choosen compiler/kernel optimizations. In the distribution is included
a spreadsheet with the exact values and the various space/time trade a spreadsheet with the exact values and the various space/time trade
offs.<br>The context switch time is *measured* using 2 threads offs.<br>The context switch time is *measured* using 2 threads
exchanging messages and doing *real* work, it is not a calculated peak exchanging messages and doing *real* work, it is not a calculated peak