summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-05-05 14:41:19 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-05-08 21:58:56 +0200
commit31a4e9e96b9ade40f4548b1329ef6381163c6d14 (patch)
tree3d879c82a541d476f7daea34c64a01bdf756a66f
parentspec: Use ${xzy:/spec} for item references (diff)
downloadrtems-central-31a4e9e96b9ade40f4548b1329ef6381163c6d14.tar.bz2
spec: Add subsitution keys
-rw-r--r--spec/rtems/io/if/print-printer.yml2
-rw-r--r--spec/rtems/mode/req/interrupt-level.yml2
-rw-r--r--spec/rtems/task/req/no-priority.yml2
-rw-r--r--spec/score/sched/smp/edf/req/group.yml2
-rw-r--r--spec/score/sched/smp/req/group.yml2
5 files changed, 5 insertions, 5 deletions
diff --git a/spec/rtems/io/if/print-printer.yml b/spec/rtems/io/if/print-printer.yml
index 0f5824c3..e8ded645 100644
--- a/spec/rtems/io/if/print-printer.yml
+++ b/spec/rtems/io/if/print-printer.yml
@@ -4,7 +4,7 @@ brief: |
copyrights:
- Copyright (C) 2022 embedded brains GmbH (http://www.embedded-brains.de)
definition:
- default: int ( *${.:/name} )( void *, const char *, ${/c/if/va_list} )
+ default: int ( *${.:/name} )( void *, const char *, ${/c/if/va_list:/name} )
variants: []
description: null
enabled-by: true
diff --git a/spec/rtems/mode/req/interrupt-level.yml b/spec/rtems/mode/req/interrupt-level.yml
index 1d0de576..7e9fc601 100644
--- a/spec/rtems/mode/req/interrupt-level.yml
+++ b/spec/rtems/mode/req/interrupt-level.yml
@@ -10,7 +10,7 @@ rationale: null
references: []
requirement-type: functional
text: |
- When the ${../if/interrupt-level} macro is used, it shall expand to a
+ When the ${../if/interrupt-level:/name} macro is used, it shall expand to a
constant expression which computes the bitwise and of the value specified by
the ${../if/interrupt-level:/params[0]/name} parameter and
${../if/interrupt-mask:/name}.
diff --git a/spec/rtems/task/req/no-priority.yml b/spec/rtems/task/req/no-priority.yml
index 8632f4e6..28b4ff42 100644
--- a/spec/rtems/task/req/no-priority.yml
+++ b/spec/rtems/task/req/no-priority.yml
@@ -14,7 +14,7 @@ rationale: |
references: []
requirement-type: functional
text: |
- The ${../if/no-priority} constant shall expand to a constant
+ The ${../if/no-priority:/name} constant shall expand to a constant
expression which evaluates to the value of
${../if/current-priority:/name}.
type: requirement
diff --git a/spec/score/sched/smp/edf/req/group.yml b/spec/score/sched/smp/edf/req/group.yml
index 0b621205..e1542e3c 100644
--- a/spec/score/sched/smp/edf/req/group.yml
+++ b/spec/score/sched/smp/edf/req/group.yml
@@ -12,5 +12,5 @@ references: []
requirement-type: non-functional
text: |
The super core shall have a component containing the ${/glossary/edf:/term}
- ${/glossary/smp:/term} ${/glossary/scheduler} implementation.
+ ${/glossary/smp:/term} ${/glossary/scheduler:/term} implementation.
type: requirement
diff --git a/spec/score/sched/smp/req/group.yml b/spec/score/sched/smp/req/group.yml
index 3ce84080..3e7ff678 100644
--- a/spec/score/sched/smp/req/group.yml
+++ b/spec/score/sched/smp/req/group.yml
@@ -12,5 +12,5 @@ references: []
requirement-type: non-functional
text: |
The super core shall have a component containing the ${/glossary/smp:/term}
- ${/glossary/scheduler} implementations.
+ ${/glossary/scheduler:/term} implementations.
type: requirement