summaryrefslogtreecommitdiffstats
path: root/spec/acfg/opt/maxprocessors.yml
blob: 357fc83420c47ac72d4496a42b59083f453ad552 (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
SPDX-License-Identifier: CC-BY-SA-4.0
appl-config-option-constraint:
  max: '``CPU_MAXIMUM_PROCESSORS``'
  min: 0
appl-config-option-default-value: 1
appl-config-option-description: |
  The value of this configuration option defines the maximum number of
  processors an application intends to use.  The number of actually available
  processors depends on the hardware and may be less.  It is recommended to use
  the smallest value suitable for the application in order to save memory.
  Each processor needs an IDLE task stack and interrupt stack for example.
appl-config-option-index: []
appl-config-option-name: CONFIGURE_MAXIMUM_PROCESSORS
appl-config-option-notes: |
  If there are more processors available than configured, the rest will be
  ignored.

  This configuration option is only evaluated in SMP configurations (e.g. RTEMS
  was built with the ``--enable-smp`` build configuration option).  In all
  other configurations it has no effect.
appl-config-option-type: integer
copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
enabled-by: true
interface-type: appl-config-option
links:
- role: null
  uid: ../general
text: ''
type: interface