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

This commit is contained in:
gdisirio 2009-02-13 20:34:09 +00:00
parent a200e0aaff
commit ad0dd210e7
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@
* designing a real time system. When using a RTOS like ChibiOS/RT one must
* be aware of what the jitter is and how it can affect the performance of the
* system. A good place to start is this
* <a href="http://en.wikipedia.org/wiki/Jitter">Wikipedia article</a>.
* <a href="http://en.wikipedia.org/wiki/Jitter" target="_blank">Wikipedia
* article</a>.
*
* <h2>Interrupt handlers execution time</h2>
* The total execution time of an interrupt handler includes: