summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-10-26 16:35:35 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-10-28 19:51:56 +0200
commit940bfeb0447b7ac34e928cf6220f0195d020c80c (patch)
tree10a26a1764f76b2514378ed5fa5d4a6bc3537ad7
parentspec: Fix typo (diff)
downloadrtems-central-940bfeb0447b7ac34e928cf6220f0195d020c80c.tar.bz2
spec: Update documentation
-rw-r--r--spec/rtems/ratemon/if/get-status.yml4
-rw-r--r--spec/rtems/ratemon/if/period.yml4
2 files changed, 3 insertions, 5 deletions
diff --git a/spec/rtems/ratemon/if/get-status.yml b/spec/rtems/ratemon/if/get-status.yml
index e6561c76..030bccc7 100644
--- a/spec/rtems/ratemon/if/get-status.yml
+++ b/spec/rtems/ratemon/if/get-status.yml
@@ -78,8 +78,4 @@ return:
- description: |
The ${.:/params[1]/name} parameter was ${/c/if/null:/name}.
value: ${../../status/if/invalid-address:/name}
- - description: |
- There was no status available due to a reset of the processor time usage
- of the owner task of the period.
- value: ${../../status/if/not-defined:/name}
type: interface
diff --git a/spec/rtems/ratemon/if/period.yml b/spec/rtems/ratemon/if/period.yml
index ed8c4469..faf6fb8f 100644
--- a/spec/rtems/ratemon/if/period.yml
+++ b/spec/rtems/ratemon/if/period.yml
@@ -46,7 +46,9 @@ links:
- role: constraint
uid: /constraint/directive-creator-only
name: rtems_rate_monotonic_period
-notes: null
+notes: |
+ Resetting the processor usage time of tasks has no impact on the period
+ status and statistics.
params:
- description: |
is the rate monotonic period identifier.