[rtems-central commit] spec: Move GRLIB group

Sebastian Huber sebh at rtems.org
Thu Sep 30 10:43:02 UTC 2021


Module:    rtems-central
Branch:    master
Commit:    740289efb1563df0329fc9d7e99fc8925795521d
Changeset: http://git.rtems.org/rtems-central/commit/?id=740289efb1563df0329fc9d7e99fc8925795521d

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Sep 30 09:15:55 2021 +0200

spec: Move GRLIB group

---

 spec/dev/grlib/if/group.yml |  7 ++++---
 spec/req/dev.yml            | 16 ++++++++++++++++
 2 files changed, 20 insertions(+), 3 deletions(-)

diff --git a/spec/dev/grlib/if/group.yml b/spec/dev/grlib/if/group.yml
index 8f7465e..744a4e6 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 0000000..8d504da
--- /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



More information about the vc mailing list