summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-30 09:15:55 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-30 10:11:24 +0200
commit740289efb1563df0329fc9d7e99fc8925795521d (patch)
tree70357fac8fb4dcf7bf8bb79dc7e1f7ffc2678310
parentmodules: Update rtems (diff)
downloadrtems-central-740289efb1563df0329fc9d7e99fc8925795521d.tar.bz2
spec: Move GRLIB group
-rw-r--r--spec/dev/grlib/if/group.yml7
-rw-r--r--spec/req/dev.yml16
2 files changed, 20 insertions, 3 deletions
diff --git a/spec/dev/grlib/if/group.yml b/spec/dev/grlib/if/group.yml
index 8f7465e6..744a4e68 100644
--- a/spec/dev/grlib/if/group.yml
+++ b/spec/dev/grlib/if/group.yml
@@ -1,6 +1,6 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
- This group contains the GRLIB API.
+ This group contains the GRLIB interfaces.
copyrights:
- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
description: null
@@ -12,8 +12,9 @@ links:
- role: interface-placement
uid: gptimer-header
- role: interface-ingroup
- uid: /if/group
+ uid: /req/dev
name: GRLIB
text: |
- The RTEMS API shall provide an interface to the GRLIB register blocks.
+ The device driver software component shall provide an interface to the GRLIB
+ register blocks.
type: interface
diff --git a/spec/req/dev.yml b/spec/req/dev.yml
new file mode 100644
index 00000000..8d504daa
--- /dev/null
+++ b/spec/req/dev.yml
@@ -0,0 +1,16 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+copyrights:
+- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
+enabled-by: true
+identifier: RTEMSDeviceDrivers
+links:
+- role: requirement-refinement
+ uid: root
+non-functional-type: design-group
+rationale: null
+references: []
+requirement-type: non-functional
+text: |
+ The software product shall have software architecture components containing
+ the device drivers.
+type: requirement