[rtems-central commit] spec: Add RTEMS_NOINIT
Sebastian Huber
sebh at rtems.org
Sun May 2 18:53:00 UTC 2021
Module: rtems-central
Branch: master
Commit: 50d1e6918429634cbfd8298a5a35ea7d779ba298
Changeset: http://git.rtems.org/rtems-central/commit/?id=50d1e6918429634cbfd8298a5a35ea7d779ba298
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Sun May 2 20:52:26 2021 +0200
spec: Add RTEMS_NOINIT
---
spec/rtems/basedefs/if/noinit.yml | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/spec/rtems/basedefs/if/noinit.yml b/spec/rtems/basedefs/if/noinit.yml
new file mode 100644
index 0000000..753b218
--- /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
More information about the vc
mailing list