summaryrefslogtreecommitdiffstats
path: root/spec/acfg/opt/maxfiledescriptors.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-04-20 07:26:15 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-04-21 17:37:21 +0200
commit71d8b3c08ae2baacf410abe33da475de3db644da (patch)
tree948b4b4da73ede172430cb4d6f647687461ffc12 /spec/acfg/opt/maxfiledescriptors.yml
parentEnable branch coverage (diff)
downloadrtems-central-71d8b3c08ae2baacf410abe33da475de3db644da.tar.bz2
Remove Doorstop specifics
Diffstat (limited to 'spec/acfg/opt/maxfiledescriptors.yml')
-rw-r--r--spec/acfg/opt/maxfiledescriptors.yml26
1 files changed, 26 insertions, 0 deletions
diff --git a/spec/acfg/opt/maxfiledescriptors.yml b/spec/acfg/opt/maxfiledescriptors.yml
new file mode 100644
index 00000000..5e75ec4c
--- /dev/null
+++ b/spec/acfg/opt/maxfiledescriptors.yml
@@ -0,0 +1,26 @@
+SPDX-License-Identifier: CC-BY-SA-4.0
+appl-config-option-constraint:
+ 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)
+enabled-by: []
+interface-type: appl-config-option
+links:
+- role: null
+ uid: ../general
+text: ''
+type: interface