summaryrefslogtreecommitdiff
path: root/spec/acfg/opt/appldisablefilesystem.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/appldisablefilesystem.yml
parentd50da6658d7a50a152b5ca77ec3c6b4d9b30cd3d (diff)
Rename application configuration attributes
Diffstat (limited to '')
-rw-r--r--spec/acfg/opt/appldisablefilesystem.yml22
1 files changed, 11 insertions, 11 deletions
diff --git a/spec/acfg/opt/appldisablefilesystem.yml b/spec/acfg/opt/appldisablefilesystem.yml
index 7d2ac8ba..bf18b8b6 100644
--- a/spec/acfg/opt/appldisablefilesystem.yml
+++ b/spec/acfg/opt/appldisablefilesystem.yml
@@ -1,24 +1,24 @@
SPDX-License-Identifier: CC-BY-SA-4.0
-appl-config-option-default: |
+appl-config-option-type: feature
+copyrights:
+- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
+default: |
If this configuration option is undefined, then a base filesystem and the
configured filesystems are initialized during system initialization.
-appl-config-option-description: |
+description: |
In case this configuration option is defined, then **no** base filesystem is
initialized during system initialization and **no** filesystems are
configured.
-appl-config-option-index: []
-appl-config-option-name: CONFIGURE_APPLICATION_DISABLE_FILESYSTEM
-appl-config-option-notes: |
- Filesystems shall 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.
-appl-config-option-type: feature
-copyrights:
-- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
enabled-by: true
+index-entries: []
interface-type: appl-config-option
links:
- role: appl-config-group-member
uid: ../filesystem
+name: CONFIGURE_APPLICATION_DISABLE_FILESYSTEM
+notes: |
+ Filesystems shall 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.
text: ''
type: interface