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

This commit is contained in:
gdisirio 2009-01-24 14:41:40 +00:00
parent 08d05ef80e
commit f29ada23c5
1 changed files with 2 additions and 1 deletions

View File

@ -181,7 +181,7 @@
rankdir="LR"; rankdir="LR";
node [shape=circle, fontname=Helvetica, fontsize=8, fixedsize="true", width="0.75", height="0.75"]; node [shape=circle, fontname=Helvetica, fontsize=8, fixedsize="true", width="0.75", height="0.75"];
edge [fontname=Helvetica, fontsize=8]; edge [fontname=Helvetica, fontsize=8];
any1 [label="Any State\nexcept\nDisabled\nand Init"]; any1 [label="Any State\nexcept *"];
any2 [label="Any State"]; any2 [label="Any State"];
sfi [label="SFI"]; sfi [label="SFI"];
halt [label="Halted"]; halt [label="Halted"];
@ -196,6 +196,7 @@
SNMI -> halt [label="NMI return"]; SNMI -> halt [label="NMI return"];
} }
* @enddot * @enddot
* @attention * except: <b>Init</b>, <b>Halt</b>, <b>SNMI</b>, <b>Disabled</b>.
* *
* @section scheduling Scheduling * @section scheduling Scheduling
* The strategy is very simple the currently ready thread with the highest * The strategy is very simple the currently ready thread with the highest