summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spclock_todhook01 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Return status in _TOD_Set()Sebastian Huber2020-04-141-7/+7
| | | | Update #3949.
* Add TOD Hooks to allow BSP to take action when TOD is setJoel Sherrill2019-12-113-0/+367
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.