summaryrefslogtreecommitdiff
path: root/spec/acfg/opt/maxfiledescriptors.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-26 14:20:52 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-28 10:38:23 +0200
commit92ea0a0cdeb38290478685ab40a35b5338592f4d (patch)
treed4d03e15f49d73d4555581efc51fdf07c0b85cda /spec/acfg/opt/maxfiledescriptors.yml
parentd50da6658d7a50a152b5ca77ec3c6b4d9b30cd3d (diff)
Rename application configuration attributes
Diffstat (limited to '')
-rw-r--r--spec/acfg/opt/maxfiledescriptors.yml24
1 files changed, 12 insertions, 12 deletions
diff --git a/spec/acfg/opt/maxfiledescriptors.yml b/spec/acfg/opt/maxfiledescriptors.yml
index 14f51131..aecb9c17 100644
--- a/spec/acfg/opt/maxfiledescriptors.yml
+++ b/spec/acfg/opt/maxfiledescriptors.yml
@@ -1,26 +1,26 @@
SPDX-License-Identifier: CC-BY-SA-4.0
-appl-config-option-constraint:
+appl-config-option-type: integer
+constraints:
links:
- /acfg/opt/constraintmemsz
max: '``SIZE_MAX``'
min: 0
-appl-config-option-default-value: 3
-appl-config-option-description: |
- The value of this configuration option defines the maximum number of file
- like objects that can be concurrently open.
-appl-config-option-index:
-- maximum file descriptors
-appl-config-option-name: CONFIGURE_MAXIMUM_FILE_DESCRIPTORS
-appl-config-option-notes: |
- The default value of three file descriptors allows RTEMS to support standard
- input, output, and error I/O streams on ``/dev/console``.
-appl-config-option-type: integer
copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
+default-value: 3
+description: |
+ The value of this configuration option defines the maximum number of file
+ like objects that can be concurrently open.
enabled-by: true
+index-entries:
+- maximum file descriptors
interface-type: appl-config-option
links:
- role: appl-config-group-member
uid: ../general
+name: CONFIGURE_MAXIMUM_FILE_DESCRIPTORS
+notes: |
+ The default value of three file descriptors allows RTEMS to support standard
+ input, output, and error I/O streams on ``/dev/console``.
text: ''
type: interface