summaryrefslogtreecommitdiff
path: root/spec/if/rtems/config
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-07-24 20:44:56 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-07-24 20:46:09 +0200
commit86dbbfa4f84ba3a9059f954cdb02e2439f960df4 (patch)
treeedbbd3453113ecabb53d311fdee6aa88566ab1b2 /spec/if/rtems/config
parentcead53ef13d31f19e789dd33dfeb5e2c655ffde4 (diff)
spec: Add requirements text to groups
Diffstat (limited to 'spec/if/rtems/config')
-rw-r--r--spec/if/rtems/config/group.yml12
1 files changed, 7 insertions, 5 deletions
diff --git a/spec/if/rtems/config/group.yml b/spec/if/rtems/config/group.yml
index 8c358001..c8370955 100644
--- a/spec/if/rtems/config/group.yml
+++ b/spec/if/rtems/config/group.yml
@@ -1,10 +1,10 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-brief: API
-copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-description: |
+brief: |
This group contains defines and macros to create an application configuration
as well as functions to get values of the application configuration.
+copyrights:
+- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+description: null
enabled-by: true
identifier: RTEMSAPIConfig
interface-type: group
@@ -13,5 +13,7 @@ links:
uid: header
- role: interface-ingroup
uid: ../../api
-name: Configuration
+name: Application Configuration
+text: |
+ The API shall provide an interface to the application configuration.
type: interface