summaryrefslogtreecommitdiffstats
path: root/spec/acfg/if/bsp-idle-task-body.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-11-16 11:34:14 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-11-19 08:22:09 +0100
commit5c4bfd277b4b83e9313d4b82f3acd733a130290f (patch)
tree100200c222feb2dc1e7bbfe2b985b06edd50d539 /spec/acfg/if/bsp-idle-task-body.yml
parentspec: Specify status constants (diff)
downloadrtems-central-5c4bfd277b4b83e9313d4b82f3acd733a130290f.tar.bz2
spec: Improve acfg specification
Rework BSP provided configuration settings.
Diffstat (limited to 'spec/acfg/if/bsp-idle-task-body.yml')
-rw-r--r--spec/acfg/if/bsp-idle-task-body.yml31
1 files changed, 0 insertions, 31 deletions
diff --git a/spec/acfg/if/bsp-idle-task-body.yml b/spec/acfg/if/bsp-idle-task-body.yml
deleted file mode 100644
index 0bf1a244..00000000
--- a/spec/acfg/if/bsp-idle-task-body.yml
+++ /dev/null
@@ -1,31 +0,0 @@
-SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
-appl-config-option-type: initializer
-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: requirement-refinement
- uid: ../req/bsp-idle-task-body
-- role: appl-config-group-member
- uid: group-bsp
-- role: constraint
- uid: ../constraint/init-idle-task-body
-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.
-type: interface