summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-05-09 12:57:10 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-05-09 12:57:56 +0200
commitc9946539cd18379c0c7afda2290d5a85671438f6 (patch)
treebf2a29357a122bee1b4f73d8b7f0e69971aa5064
parentspec: Add constraint for opaque types (diff)
downloadrtems-central-c9946539cd18379c0c7afda2290d5a85671438f6.tar.bz2
spec: Reference types in construct directives
-rw-r--r--spec/rtems/message/if/construct.yml4
-rw-r--r--spec/rtems/task/if/construct.yml3
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: |