summaryrefslogtreecommitdiff
path: root/spec/acfg/opt/RTEMS-ACFG-OPT-APPLDISABLEFILESYSTEM.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-18 14:45:19 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-19 09:04:34 +0100
commita0e78f0e0fac19ed6361e91bac32a0a6b30b3d28 (patch)
treeca30798781a82aa873f2e325c4209c070445e02f /spec/acfg/opt/RTEMS-ACFG-OPT-APPLDISABLEFILESYSTEM.yml
parent43f4fdedc0d9852030b0e2d7e16e177c5f465de8 (diff)
spec: Convert boolean feature options
Diffstat (limited to '')
-rw-r--r--spec/acfg/opt/RTEMS-ACFG-OPT-APPLDISABLEFILESYSTEM.yml22
1 files changed, 10 insertions, 12 deletions
diff --git a/spec/acfg/opt/RTEMS-ACFG-OPT-APPLDISABLEFILESYSTEM.yml b/spec/acfg/opt/RTEMS-ACFG-OPT-APPLDISABLEFILESYSTEM.yml
index 193e3eec..87c9b02d 100644
--- a/spec/acfg/opt/RTEMS-ACFG-OPT-APPLDISABLEFILESYSTEM.yml
+++ b/spec/acfg/opt/RTEMS-ACFG-OPT-APPLDISABLEFILESYSTEM.yml
@@ -1,20 +1,18 @@
SPDX-License-Identifier: CC-BY-SA-4.0
active: true
-appl-config-option-data-type: |
- Boolean feature macro.
-appl-config-option-default-value: |
- This is not defined by default. If no other root file system configuration
- parameters are specified, the IMFS will be used as the root file system.
+appl-config-option-name: CONFIGURE_APPLICATION_DISABLE_FILESYSTEM
+appl-config-option-type: feature
+appl-config-option-default: |
+ If this configuration option is undefined, then the filesystems are
+ initialized during system initialization.
appl-config-option-description: |
- This configuration parameter is defined if the application dose not intend
- to use any kind of filesystem support. This include the device
- infrastructure necessary to support ``printf()``.
+ In case this configuration option is defined, then the filesystems are
+ **not** initialized during system initialization.
appl-config-option-index: []
-appl-config-option-name: CONFIGURE_APPLICATION_DISABLE_FILESYSTEM
appl-config-option-notes: |
- None.
-appl-config-option-range: |
- Defined or undefined.
+ Filesystems must be initialized to support file descriptor based device
+ drivers and basic input/output functions such as :c:func:`printf`.
+ Filesystems can be disabled to reduce the memory footprint of an application.
copyrights:
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
derived: false