Bladeren bron

RTX5 (Component View): added ssel="1" attribute for the Running thread (Thread Events statistics)

Vladimir Umek 7 jaren geleden
bovenliggende
commit
b780c255f4
1 gewijzigde bestanden met toevoegingen van 5 en 5 verwijderingen
  1. 5 5
      CMSIS/RTOS2/RTX/RTX5.scvd

+ 5 - 5
CMSIS/RTOS2/RTX/RTX5.scvd

@@ -1370,11 +1370,11 @@
       <component name="Memory Events"       brief="RTX Memory"    no="0xF0" prefix="EvrRtx" info="RTX5 RTOS Memory Management Events" />
       <component name="Kernel Events"       brief="RTX Kernel"    no="0xF1" prefix="EvrRtx" info="RTX5 RTOS Kernel Events" />
       <component name="Thread Events"       brief="RTX Thread"    no="0xF2" prefix="EvrRtx" info="RTX5 RTOS Thread Events" >
-        <state name="Inactive"    plot="off"                       />
-        <state name="Ready"       plot="box"                       />
-        <state name="Running"     plot="box"  bold="1" unique="1"  />
-        <state name="Blocked"     plot="line"                      />
-        <state name="Not-running" plot="line" bold="1" dormant="1" />
+        <state name="Inactive"    plot="off"                               />
+        <state name="Ready"       plot="box"                               />
+        <state name="Running"     plot="box"  bold="1" unique="1" ssel="1" />
+        <state name="Blocked"     plot="line"                              />
+        <state name="Not-running" plot="line" bold="1" dormant="1"         />
       </component>
       <component name="Generic Wait Events" brief="RTX Wait"      no="0xF3" prefix="EvrRtx" info="RTX5 RTOS Generic Wait Events" />
       <component name="ThreadFlags Events"  brief="RTX ThFlags"   no="0xF4" prefix="EvrRtx" info="RTX5 RTOS ThreadFlags Events" />