summaryrefslogtreecommitdiffstats
path: root/spec/rtems
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-07-22 11:43:44 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-07-25 07:37:06 +0200
commitb3a911efa72d6de5ef9acbdc8760039d673f2b77 (patch)
tree04bc0f43a787922f17891b6858810fe985e52804 /spec/rtems
parentmembench.py: New (diff)
downloadrtems-central-b3a911efa72d6de5ef9acbdc8760039d673f2b77.tar.bz2
spec: Add task entry glossary term
Diffstat (limited to 'spec/rtems')
-rw-r--r--spec/rtems/task/if/entry.yml2
-rw-r--r--spec/rtems/task/if/start.yml5
2 files changed, 4 insertions, 3 deletions
diff --git a/spec/rtems/task/if/entry.yml b/spec/rtems/task/if/entry.yml
index 83836ac1..5c5e89a2 100644
--- a/spec/rtems/task/if/entry.yml
+++ b/spec/rtems/task/if/entry.yml
@@ -1,6 +1,6 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
- This type defines the entry point of an RTEMS task.
+ This type defines the ${/glossary/task-entry:/term} point of an RTEMS task.
copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
- Copyright (C) 1988, 2017 On-Line Applications Research Corporation (OAR)
diff --git a/spec/rtems/task/if/start.yml b/spec/rtems/task/if/start.yml
index 07603648..09f1fc49 100644
--- a/spec/rtems/task/if/start.yml
+++ b/spec/rtems/task/if/start.yml
@@ -17,8 +17,9 @@ definition:
description: |
This directive readies the task, specified by ${.:/params[0]/name}, for
execution based on the priority and execution mode specified when the task
- was created. The entry point of the task is given in ${.:/params[1]/name}.
- The task's entry point argument is contained in ${.:/params[2]/name}.
+ was created. The ${/glossary/task-entry:/term} point of the task is given in
+ ${.:/params[1]/name}. The task's entry point argument is contained in
+ ${.:/params[2]/name}.
enabled-by: true
index-entries:
- starting a task