summaryrefslogtreecommitdiffstats
path: root/spec/rtems/clock/val/clock.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: Use ${.:/step}Sebastian Huber2023-05-081-4/+4
|
* spec: Specify and test clock manager directivesSebastian Huber2022-09-221-11/+45
|
* spec: Simplify test descriptionsSebastian Huber2021-07-261-6/+2
|
* spec: Fix unstable test of clock managerFrank Kühndel2021-07-231-3/+3
| | | | | | | | | | | | | | | | | 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/+67
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.