[RTEMS Project] #3264: Add monotonic watchdog based on uptime
RTEMS trac
trac at rtems.org
Thu Dec 21 12:41:55 UTC 2017
#3264: Add monotonic watchdog based on uptime
-----------------------------+-----------------------------
Reporter: Sebastian Huber | Owner: Sebastian Huber
Type: defect | Status: assigned
Priority: normal | Milestone: 5.1
Component: score | Version: 5
Severity: normal | Keywords:
-----------------------------+-----------------------------
The CLOCK_MONOTONIC time services use currently the clock tick based
watchdog. This is a problem in case the uptime (measured via the
timercounter) and the ticks since boot drift away (measured via the clock
ticks). Introduce a new watchdog which uses the uptime. The memory
overhead is quite small (two pointers per processor).
--
Ticket URL: <http://devel.rtems.org/ticket/3264>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list