[rtems-central commit] spec: Add subsitution keys

Sebastian Huber sebh at rtems.org
Tue May 9 13:45:26 UTC 2023


Module:    rtems-central
Branch:    master
Commit:    31a4e9e96b9ade40f4548b1329ef6381163c6d14
Changeset: http://git.rtems.org/rtems-central/commit/?id=31a4e9e96b9ade40f4548b1329ef6381163c6d14

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri May  5 14:41:19 2023 +0200

spec: Add subsitution keys

---

 spec/rtems/io/if/print-printer.yml      | 2 +-
 spec/rtems/mode/req/interrupt-level.yml | 2 +-
 spec/rtems/task/req/no-priority.yml     | 2 +-
 spec/score/sched/smp/edf/req/group.yml  | 2 +-
 spec/score/sched/smp/req/group.yml      | 2 +-
 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



More information about the vc mailing list