Add watchdog seconds command

- prints the watchdog chain managed at second boundaries.
This commit is contained in:
Dhananjay Balan
2013-08-26 20:56:30 +05:30
committed by Chris Johns
parent 1fcff75505
commit 61154bf302
3 changed files with 11 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ class infotables:
tables_types = {
'internal/time' : ('TOD_Control', '_TOD'),
'internal/wdticks' : ('Chain_Control', '_Watchdog_Ticks_chain'),
'internal/wdseconds' : ('Chain_Control', '_Watchdog_Seconds_chain'),
'classic/tasks' : ('Thread_Control', '_RTEMS_tasks_Information'),
'classic/timers' : ('Timer_Control', '_Timer_Information'),