summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/coretodhookregister.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Canonicalize Doxygen @file commentsSebastian Huber2020-12-021-4/+5
| | | | | | Use common phrases for the file brief descriptions. Update #3706.
* Canonicalize config.h includeSebastian Huber2020-04-161-1/+1
| | | | | | | | Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
* Add TOD Hooks to allow BSP to take action when TOD is setJoel Sherrill2019-12-111-0/+61
Two use cases were envisioned for this. 1) a BSP or application which desires to update a real-time clock when the RTEMS TOD is set. 2) a paravirtualized BSP can use this to propagate setting the time in an RTEMS application to the hosting environment. This enables the entire set of applications in the virtualized environments to have a single consistent TOD.