summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2023-07-20 13:57:17 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-07-20 14:52:29 +0200
commitfcbc2994af585579e9c81166c54888a996916cdf (patch)
tree33a35fd4f55d5fb844b0fc783595669adfcc5932
parentac19cdf407ee34c9c4f08284fdb9d42afd7b8e50 (diff)
spec: Clarify feature
-rw-r--r--spec-glossary/glossary/feature.yml10
1 files changed, 7 insertions, 3 deletions
diff --git a/spec-glossary/glossary/feature.yml b/spec-glossary/glossary/feature.yml
index 6a38d857..6f50a40b 100644
--- a/spec-glossary/glossary/feature.yml
+++ b/spec-glossary/glossary/feature.yml
@@ -1,6 +1,6 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
-- Copyright (C) 2021 embedded brains GmbH & Co. KG
+- Copyright (C) 2021, 2023 embedded brains GmbH & Co. KG
enabled-by: true
glossary-type: term
links:
@@ -8,6 +8,10 @@ links:
uid: ../glossary-general
term: feature
text: |
- A feature is a collection of interfaces together with their implementation
- provided by the system.
+ In general, a
+ `software feature <https://en.wikipedia.org/wiki/Software_feature>`_
+ is vaguely defined. A domain-specific definition is required. In
+ ${rtems:/term}, a feature is a collection of interfaces together with their
+ implementation which provides a specific function or a service of the
+ operating system.
type: glossary