summaryrefslogtreecommitdiffstats
path: root/spec/acfg
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-27 18:41:59 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-27 18:41:59 +0100
commit9ca576b57d9d466101b708accc832055fd977835 (patch)
tree0633e161ce0201ad7b096f7d7d4cfacf3eaf931f /spec/acfg
parentspec: Convert integer feature options (diff)
downloadrtems-central-9ca576b57d9d466101b708accc832055fd977835.tar.bz2
spec: Fix CONFIGURE_MAXIMUM_DRIVERS
Diffstat (limited to 'spec/acfg')
-rw-r--r--spec/acfg/opt/RTEMS-ACFG-OPT-MAXDRIVERS.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/acfg/opt/RTEMS-ACFG-OPT-MAXDRIVERS.yml b/spec/acfg/opt/RTEMS-ACFG-OPT-MAXDRIVERS.yml
index 76702d14..20ee436c 100644
--- a/spec/acfg/opt/RTEMS-ACFG-OPT-MAXDRIVERS.yml
+++ b/spec/acfg/opt/RTEMS-ACFG-OPT-MAXDRIVERS.yml
@@ -1,7 +1,5 @@
SPDX-License-Identifier: CC-BY-SA-4.0
active: true
-appl-config-option-data-type: |
- Unsigned integer (``uint32_t``).
appl-config-option-type: integer
appl-config-option-default-value: |
This is computed by default, and is set to the number of device drivers
@@ -18,10 +16,12 @@ appl-config-option-notes: |
``CONFIGURE_APPLICATIONS_NEEDS_XXX_DRIVER`` configuration options are
statically installed.
appl-config-option-constraint:
- min: 0
max: '``SIZE_MAX``'
custom:
- |
+ It must be greater than or equal than the number of statically configured
+ device drivers.
+ - |
It must be less than or equal to a BSP-specific value which depends on the
memory size of the platform available to the application.
copyrights: