[rtems-central commit] spec: Reference types in construct directives

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


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue May  9 12:57:10 2023 +0200

spec: Reference types in construct directives

---

 spec/rtems/message/if/construct.yml | 4 +++-
 spec/rtems/task/if/construct.yml    | 3 ++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/spec/rtems/message/if/construct.yml b/spec/rtems/message/if/construct.yml
index 097d9c85..64e233b8 100644
--- a/spec/rtems/message/if/construct.yml
+++ b/spec/rtems/message/if/construct.yml
@@ -51,7 +51,9 @@ notes: |
   The value for ${/acfg/if/message-buffer-memory:/name} should not include
   memory for message queues constructed by ${.:/name}.
 params:
-- description: is the message queue configuration.
+- description: |
+    is the pointer to an ${config:/name} object.  It configures the message
+    queue.
   dir: null
   name: config
 - description: |
diff --git a/spec/rtems/task/if/construct.yml b/spec/rtems/task/if/construct.yml
index 814db87a..91c01d0b 100644
--- a/spec/rtems/task/if/construct.yml
+++ b/spec/rtems/task/if/construct.yml
@@ -63,7 +63,8 @@ notes: |
   The ${/acfg/if/max-tasks:/name} should include tasks constructed by
   ${.:/name}.
 params:
-- description: is the task configuration.
+- description: |
+    is the pointer to an ${config:/name} object.  It configures the task.
   dir: null
   name: config
 - description: |



More information about the vc mailing list