summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/coretodhookregister.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.