summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/watchdogticks.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-02-28cpukit/include/rtems/score/[s-z]*.h: Change license to BSD-2Joel Sherrill1-3/+22
Updates #3053.
2020-12-02score: Canonicalize Doxygen @file commentsSebastian Huber1-1/+3
Use common phrases for the file brief descriptions. Update #3706.
2020-02-25config: Add _Watchdog_Ticks_per_timesliceSebastian Huber1-0/+13
Move the ticks per timeslice configuration constant out of the configuration table. Add WATCHDOG_TICKS_PER_TIMESLICE_DEFAULT and use it to provide a default definition of the watchdog ticks per timeslice constant. Update #3875.
2020-02-25config: Add _Watchdog_Microseconds_per_tickSebastian Huber1-0/+8
Move the microseconds per tick configuration constant out of the configuration table. Add WATCHDOG_MICROSECONDS_PER_TICK_DEFAULT and use it to provide a default definition of the watchdog ticks constants. Update #3875.
2019-05-13doxygen: score: adjust doc in watchdogticks.h to doxygen guidelinesAndreas Dachsberger1-0/+2
Update #3706.
2019-04-04doxygen: Rename Score* groups in RTEMSScore*Sebastian Huber1-2/+2
Update #3706
2018-11-12score: Introduce <rtems/score/watchdogticks.h>Sebastian Huber1-0/+73
Separate the definitions related to watchdog ticks from the watchdog structures. Update #3598.