summaryrefslogtreecommitdiffstats
path: root/spec/acfg
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-06-17 15:51:05 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-06-17 16:08:01 +0200
commit5ccfba6e98cbba846cd7125ee076164f8c22e30d (patch)
treeb4f944432676877e8a0f3027352262214d41a577 /spec/acfg
parentUpdate rtems-docs submodule (diff)
downloadrtems-central-5ccfba6e98cbba846cd7125ee076164f8c22e30d.tar.bz2
spec: Use * for list items
Diffstat (limited to 'spec/acfg')
-rw-r--r--spec/acfg/opt/disablebspsettings.yml12
-rw-r--r--spec/acfg/opt/filesystemall.yml14
-rw-r--r--spec/acfg/opt/imfsmemfilebytesperblock.yml12
-rw-r--r--spec/acfg/opt/scheduleruser.yml6
-rw-r--r--spec/acfg/opt/taskstackallocator.yml6
-rw-r--r--spec/acfg/opt/taskstackallocatorinit.yml6
-rw-r--r--spec/acfg/opt/taskstackdeallocator.yml6
-rw-r--r--spec/acfg/opt/usedevfsasbasefilesystem.yml24
-rw-r--r--spec/acfg/opt/useminiimfsasbasefilesystem.yml16
9 files changed, 51 insertions, 51 deletions
diff --git a/spec/acfg/opt/disablebspsettings.yml b/spec/acfg/opt/disablebspsettings.yml
index e2e5a9af..b4877474 100644
--- a/spec/acfg/opt/disablebspsettings.yml
+++ b/spec/acfg/opt/disablebspsettings.yml
@@ -6,17 +6,17 @@ description: |
In case this configuration option is defined, then the following BSP related
configuration options are undefined:
- - :ref:`BSP_IDLE_TASK_BODY`
+ * :ref:`BSP_IDLE_TASK_BODY`
- - :ref:`BSP_IDLE_TASK_STACK_SIZE`
+ * :ref:`BSP_IDLE_TASK_STACK_SIZE`
- - :ref:`BSP_INITIAL_EXTENSION`
+ * :ref:`BSP_INITIAL_EXTENSION`
- - :ref:`BSP_INTERRUPT_STACK_SIZE`
+ * :ref:`BSP_INTERRUPT_STACK_SIZE`
- - :ref:`CONFIGURE_BSP_PREREQUISITE_DRIVERS`
+ * :ref:`CONFIGURE_BSP_PREREQUISITE_DRIVERS`
- - :ref:`CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK`
+ * :ref:`CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK`
enabled-by: true
index-entries: []
interface-type: appl-config-option
diff --git a/spec/acfg/opt/filesystemall.yml b/spec/acfg/opt/filesystemall.yml
index d4c00ff7..722c1e33 100644
--- a/spec/acfg/opt/filesystemall.yml
+++ b/spec/acfg/opt/filesystemall.yml
@@ -6,19 +6,19 @@ description: |
In case this configuration option is defined, then the following
configuration options will be defined as well
- - :ref:`CONFIGURE_FILESYSTEM_DOSFS`,
+ * :ref:`CONFIGURE_FILESYSTEM_DOSFS`,
- - :ref:`CONFIGURE_FILESYSTEM_FTPFS`,
+ * :ref:`CONFIGURE_FILESYSTEM_FTPFS`,
- - :ref:`CONFIGURE_FILESYSTEM_IMFS`,
+ * :ref:`CONFIGURE_FILESYSTEM_IMFS`,
- - :ref:`CONFIGURE_FILESYSTEM_JFFS2`,
+ * :ref:`CONFIGURE_FILESYSTEM_JFFS2`,
- - :ref:`CONFIGURE_FILESYSTEM_NFS`,
+ * :ref:`CONFIGURE_FILESYSTEM_NFS`,
- - :ref:`CONFIGURE_FILESYSTEM_RFS`, and
+ * :ref:`CONFIGURE_FILESYSTEM_RFS`, and
- - :ref:`CONFIGURE_FILESYSTEM_TFTPFS`.
+ * :ref:`CONFIGURE_FILESYSTEM_TFTPFS`.
enabled-by: true
index-entries: []
interface-type: appl-config-option
diff --git a/spec/acfg/opt/imfsmemfilebytesperblock.yml b/spec/acfg/opt/imfsmemfilebytesperblock.yml
index f43abf35..6dfc433d 100644
--- a/spec/acfg/opt/imfsmemfilebytesperblock.yml
+++ b/spec/acfg/opt/imfsmemfilebytesperblock.yml
@@ -35,17 +35,17 @@ notes: |
correspondingly smaller. The following shows the maximum file size possible
based on the configured block size:
- - when the block size is 16 bytes, the maximum file size is 1,328 bytes.
+ * when the block size is 16 bytes, the maximum file size is 1,328 bytes.
- - when the block size is 32 bytes, the maximum file size is 18,656 bytes.
+ * when the block size is 32 bytes, the maximum file size is 18,656 bytes.
- - when the block size is 64 bytes, the maximum file size is 279,488 bytes.
+ * when the block size is 64 bytes, the maximum file size is 279,488 bytes.
- - when the block size is 128 bytes, the maximum file size is 4,329,344 bytes.
+ * when the block size is 128 bytes, the maximum file size is 4,329,344 bytes.
- - when the block size is 256 bytes, the maximum file size is 68,173,568 bytes.
+ * when the block size is 256 bytes, the maximum file size is 68,173,568 bytes.
- - when the block size is 512 bytes, the maximum file size is 1,082,195,456
+ * when the block size is 512 bytes, the maximum file size is 1,082,195,456
bytes.
text: ''
type: interface
diff --git a/spec/acfg/opt/scheduleruser.yml b/spec/acfg/opt/scheduleruser.yml
index ec12b1b7..5047e48a 100644
--- a/spec/acfg/opt/scheduleruser.yml
+++ b/spec/acfg/opt/scheduleruser.yml
@@ -23,13 +23,13 @@ notes: |
scheduling algorithm. If ``CONFIGURE_SCHEDULER_USER`` is defined then the
following additional macros shall be defined:
- - ``CONFIGURE_SCHEDULER`` shall be defined to a static definition of
+ * ``CONFIGURE_SCHEDULER`` shall be defined to a static definition of
the scheduler data structures of the user scheduler.
- - ``CONFIGURE_SCHEDULER_TABLE_ENTRIES`` shall be defined to a scheduler
+ * ``CONFIGURE_SCHEDULER_TABLE_ENTRIES`` shall be defined to a scheduler
table entry initializer for the user scheduler.
- - ``CONFIGURE_SCHEDULER_USER_PER_THREAD`` shall be defined to the type of
+ * ``CONFIGURE_SCHEDULER_USER_PER_THREAD`` shall be defined to the type of
the per-thread information of the user scheduler.
At this time, the mechanics and requirements for writing a new scheduler
diff --git a/spec/acfg/opt/taskstackallocator.yml b/spec/acfg/opt/taskstackallocator.yml
index bb33f7dc..9efc046e 100644
--- a/spec/acfg/opt/taskstackallocator.yml
+++ b/spec/acfg/opt/taskstackallocator.yml
@@ -24,10 +24,10 @@ name: CONFIGURE_TASK_STACK_ALLOCATOR
notes: |
A correctly configured system shall configure the following to be consistent:
- - :ref:`CONFIGURE_TASK_STACK_ALLOCATOR_INIT`
+ * :ref:`CONFIGURE_TASK_STACK_ALLOCATOR_INIT`
- - `CONFIGURE_TASK_STACK_ALLOCATOR`
+ * `CONFIGURE_TASK_STACK_ALLOCATOR`
- - :ref:`CONFIGURE_TASK_STACK_DEALLOCATOR`
+ * :ref:`CONFIGURE_TASK_STACK_DEALLOCATOR`
text: ''
type: interface
diff --git a/spec/acfg/opt/taskstackallocatorinit.yml b/spec/acfg/opt/taskstackallocatorinit.yml
index 663f6358..7aa30005 100644
--- a/spec/acfg/opt/taskstackallocatorinit.yml
+++ b/spec/acfg/opt/taskstackallocatorinit.yml
@@ -21,10 +21,10 @@ name: CONFIGURE_TASK_STACK_ALLOCATOR_INIT
notes: |
A correctly configured system shall configure the following to be consistent:
- - `CONFIGURE_TASK_STACK_ALLOCATOR_INIT`
+ * `CONFIGURE_TASK_STACK_ALLOCATOR_INIT`
- - :ref:`CONFIGURE_TASK_STACK_ALLOCATOR`
+ * :ref:`CONFIGURE_TASK_STACK_ALLOCATOR`
- - :ref:`CONFIGURE_TASK_STACK_DEALLOCATOR`
+ * :ref:`CONFIGURE_TASK_STACK_DEALLOCATOR`
text: ''
type: interface
diff --git a/spec/acfg/opt/taskstackdeallocator.yml b/spec/acfg/opt/taskstackdeallocator.yml
index ef2a023f..098ad98c 100644
--- a/spec/acfg/opt/taskstackdeallocator.yml
+++ b/spec/acfg/opt/taskstackdeallocator.yml
@@ -24,10 +24,10 @@ name: CONFIGURE_TASK_STACK_DEALLOCATOR
notes: |
A correctly configured system shall configure the following to be consistent:
- - :ref:`CONFIGURE_TASK_STACK_ALLOCATOR_INIT`
+ * :ref:`CONFIGURE_TASK_STACK_ALLOCATOR_INIT`
- - :ref:`CONFIGURE_TASK_STACK_ALLOCATOR`
+ * :ref:`CONFIGURE_TASK_STACK_ALLOCATOR`
- - `CONFIGURE_TASK_STACK_DEALLOCATOR`
+ * `CONFIGURE_TASK_STACK_DEALLOCATOR`
text: ''
type: interface
diff --git a/spec/acfg/opt/usedevfsasbasefilesystem.yml b/spec/acfg/opt/usedevfsasbasefilesystem.yml
index 4631c885..d48a7225 100644
--- a/spec/acfg/opt/usedevfsasbasefilesystem.yml
+++ b/spec/acfg/opt/usedevfsasbasefilesystem.yml
@@ -16,29 +16,29 @@ notes: |
In case this configuration option is defined, then the following
configuration options will be defined as well
- - :ref:`CONFIGURE_IMFS_DISABLE_CHMOD`,
+ * :ref:`CONFIGURE_IMFS_DISABLE_CHMOD`,
- - :ref:`CONFIGURE_IMFS_DISABLE_CHOWN`,
+ * :ref:`CONFIGURE_IMFS_DISABLE_CHOWN`,
- - :ref:`CONFIGURE_IMFS_DISABLE_LINK`,
+ * :ref:`CONFIGURE_IMFS_DISABLE_LINK`,
- - :ref:`CONFIGURE_IMFS_DISABLE_MKNOD_FILE`,
+ * :ref:`CONFIGURE_IMFS_DISABLE_MKNOD_FILE`,
- - :ref:`CONFIGURE_IMFS_DISABLE_MOUNT`,
+ * :ref:`CONFIGURE_IMFS_DISABLE_MOUNT`,
- - :ref:`CONFIGURE_IMFS_DISABLE_READDIR`,
+ * :ref:`CONFIGURE_IMFS_DISABLE_READDIR`,
- - :ref:`CONFIGURE_IMFS_DISABLE_READLINK`,
+ * :ref:`CONFIGURE_IMFS_DISABLE_READLINK`,
- - :ref:`CONFIGURE_IMFS_DISABLE_RENAME`,
+ * :ref:`CONFIGURE_IMFS_DISABLE_RENAME`,
- - :ref:`CONFIGURE_IMFS_DISABLE_RMNOD`,
+ * :ref:`CONFIGURE_IMFS_DISABLE_RMNOD`,
- - :ref:`CONFIGURE_IMFS_DISABLE_SYMLINK`,
+ * :ref:`CONFIGURE_IMFS_DISABLE_SYMLINK`,
- - :ref:`CONFIGURE_IMFS_DISABLE_UTIME`, and
+ * :ref:`CONFIGURE_IMFS_DISABLE_UTIME`, and
- - :ref:`CONFIGURE_IMFS_DISABLE_UNMOUNT`.
+ * :ref:`CONFIGURE_IMFS_DISABLE_UNMOUNT`.
In addition, a simplified path evaluation is enabled. It allows only a look
up of absolute paths.
diff --git a/spec/acfg/opt/useminiimfsasbasefilesystem.yml b/spec/acfg/opt/useminiimfsasbasefilesystem.yml
index 4fcd3035..7eae1360 100644
--- a/spec/acfg/opt/useminiimfsasbasefilesystem.yml
+++ b/spec/acfg/opt/useminiimfsasbasefilesystem.yml
@@ -16,20 +16,20 @@ notes: |
In case this configuration option is defined, then the following
configuration options will be defined as well
- - :ref:`CONFIGURE_IMFS_DISABLE_CHMOD`,
+ * :ref:`CONFIGURE_IMFS_DISABLE_CHMOD`,
- - :ref:`CONFIGURE_IMFS_DISABLE_CHOWN`,
+ * :ref:`CONFIGURE_IMFS_DISABLE_CHOWN`,
- - :ref:`CONFIGURE_IMFS_DISABLE_LINK`,
+ * :ref:`CONFIGURE_IMFS_DISABLE_LINK`,
- - :ref:`CONFIGURE_IMFS_DISABLE_READLINK`,
+ * :ref:`CONFIGURE_IMFS_DISABLE_READLINK`,
- - :ref:`CONFIGURE_IMFS_DISABLE_RENAME`,
+ * :ref:`CONFIGURE_IMFS_DISABLE_RENAME`,
- - :ref:`CONFIGURE_IMFS_DISABLE_SYMLINK`,
+ * :ref:`CONFIGURE_IMFS_DISABLE_SYMLINK`,
- - :ref:`CONFIGURE_IMFS_DISABLE_UTIME`, and
+ * :ref:`CONFIGURE_IMFS_DISABLE_UTIME`, and
- - :ref:`CONFIGURE_IMFS_DISABLE_UNMOUNT`.
+ * :ref:`CONFIGURE_IMFS_DISABLE_UNMOUNT`.
text: ''
type: interface