From 683fac34293b2928d3dbe91955eb180dcc855f14 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 2 Sep 2022 09:52:42 +0200 Subject: spec: Specify --- spec/score/atomic/if/group.yml | 16 ++++++++++++++++ spec/score/atomic/if/header.yml | 14 ++++++++++++++ spec/score/atomic/if/uint.yml | 12 ++++++++++++ 3 files changed, 42 insertions(+) create mode 100644 spec/score/atomic/if/group.yml create mode 100644 spec/score/atomic/if/header.yml create mode 100644 spec/score/atomic/if/uint.yml diff --git a/spec/score/atomic/if/group.yml b/spec/score/atomic/if/group.yml new file mode 100644 index 00000000..2b93202c --- /dev/null +++ b/spec/score/atomic/if/group.yml @@ -0,0 +1,16 @@ +SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause +copyrights: +- Copyright (C) 2022 embedded brains GmbH (http://www.embedded-brains.de) +enabled-by: true +identifier: RTEMSScoreAtomic +links: +- role: interface-ingroup + uid: ../../if/group +non-functional-type: design-group +rationale: null +references: [] +requirement-type: non-functional +text: | + The super core shall have a component containing the atomic operations + implementation. +type: requirement diff --git a/spec/score/atomic/if/header.yml b/spec/score/atomic/if/header.yml new file mode 100644 index 00000000..5c3707af --- /dev/null +++ b/spec/score/atomic/if/header.yml @@ -0,0 +1,14 @@ +SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause +brief: | + This header file defines interfaces of the Atomic Operations. +copyrights: +- Copyright (C) 2022 embedded brains GmbH (http://www.embedded-brains.de) +enabled-by: true +index-entries: [] +interface-type: header-file +links: +- role: interface-placement + uid: ../../if/domain +path: rtems/score/atomic.h +prefix: cpukit/include +type: interface diff --git a/spec/score/atomic/if/uint.yml b/spec/score/atomic/if/uint.yml new file mode 100644 index 00000000..a6f324e1 --- /dev/null +++ b/spec/score/atomic/if/uint.yml @@ -0,0 +1,12 @@ +SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause +copyrights: +- Copyright (C) 2022 embedded brains GmbH (http://www.embedded-brains.de) +enabled-by: true +index-entries: [] +interface-type: unspecified-type +links: +- role: interface-placement + uid: header +name: Atomic_Uint +references: [] +type: interface -- cgit v1.2.3