summaryrefslogtreecommitdiffstats
path: root/spec/acfg/if/bsp-idle-task-body.yml
blob: ff8cd03469009d11f2417f4dfcc6e806518e8644 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
appl-config-option-type: initializer
constraints:
  texts:
  - |
    The value of this configuration option shall be defined to a valid function
    pointer of the type ``void *( *idle_body )( uintptr_t )``.
copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
default-value: |
  The default value is BSP-specific.
description: |
  If

  * this configuration option is defined by the BSP

  * and ${disable-bsp-settings:/name} is undefined,

  then the value of this configuration option defines the default value of
  ${idle-task-body:/name}.
enabled-by: true
index-entries: []
interface-type: appl-config-option
links:
- role: appl-config-group-member
  uid: group-bsp
name: BSP_IDLE_TASK_BODY
notes: |
  As it has knowledge of the specific CPU model, system controller logic, and
  peripheral buses, a BSP-specific IDLE task may be capable of turning
  components off to save power during extended periods of no task activity.
text: ''
type: interface