summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--spec/score/atomic/if/group.yml16
-rw-r--r--spec/score/atomic/if/header.yml14
-rw-r--r--spec/score/atomic/if/uint.yml12
3 files changed, 42 insertions, 0 deletions
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