summaryrefslogtreecommitdiff
path: root/testsuites/sptests/spclock_todhook01 (follow)
AgeCommit message (Collapse)Author
2020-04-14score: Return status in _TOD_Set()Sebastian Huber
Update #3949.
2019-12-11Add TOD Hooks to allow BSP to take action when TOD is setJoel Sherrill
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.