summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-05-02 20:52:26 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-05-02 20:52:26 +0200
commit50d1e6918429634cbfd8298a5a35ea7d779ba298 (patch)
tree0776e9fa65b61bd0ca285d8238671312c2e692d0
parentspec: Add requirements for acfg (diff)
downloadrtems-central-50d1e6918429634cbfd8298a5a35ea7d779ba298.tar.bz2
spec: Add RTEMS_NOINIT
-rw-r--r--spec/rtems/basedefs/if/noinit.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/spec/rtems/basedefs/if/noinit.yml b/spec/rtems/basedefs/if/noinit.yml
new file mode 100644
index 00000000..753b218d
--- /dev/null
+++ b/spec/rtems/basedefs/if/noinit.yml
@@ -0,0 +1,22 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+brief: |
+ Instructs the compiler to place the variable in a section which is not
+ initialized.
+copyrights:
+- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
+definition:
+ default: |
+ ${section:/name}( ".noinit" )
+ variants: []
+description: null
+enabled-by: true
+index-entries: []
+interface-type: define
+links:
+- role: interface-placement
+ uid: header
+- role: interface-ingroup
+ uid: group
+name: RTEMS_NOINIT
+notes: null
+type: interface