summaryrefslogtreecommitdiffstats
path: root/spec/rtems/clock/req/set.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update company nameSebastian Huber2023-05-191-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* spec: Take TOD hooks into accountSebastian Huber2021-09-061-9/+98
|
* spec: Adjust to new latest valid time of daySebastian Huber2021-09-061-19/+3
|
* spec: Fix unstable test of clock managerFrank Kühndel2021-07-231-24/+7
| | | | | | | | | | | | | | | | | The tests of specification get-tod.yml and set.yml were expecting that no more than five ticks pass between consecutive calls to rtems_clock_set() and rtems_clock_get_tod(). Yet, in coverage tests this limit was exceeded. * All tests are placed in a test suite without clock driver so that all ticks must be triggered by the test suite. * The grace period of five ticks has been removed. * Test which require that the realtime clock has not been set manipulate RTEMS internal data with `_TOD.is_set = false`. The old function get_tod_before_set_tod() has been removed in favor of this new solution.
* spec: Add spec items for clock managerFrank Kühndel2021-04-091-0/+450
Adding the specification items to rtems-central for those methods of the clock manager which are mentioned in the space profile. The SRS requirements and their tests can be generated from these specification items.