git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@757 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
a200e0aaff
commit
ad0dd210e7
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue