summaryrefslogtreecommitdiffstats
path: root/spec/rtems/basedefs/if/noinit.yml
blob: 753b218d2d3f064cae42bfa9c38059e8863b43b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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