summaryrefslogtreecommitdiffstats
path: root/c-user/config/bdbuf.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-07-23 12:45:00 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-08-07 07:15:09 +0200
commitdb22500e842ed26b56865cd7c06fc28d4551ff35 (patch)
tree953f0aec1c6f97515c852f6416e7c7ee9d9a3725 /c-user/config/bdbuf.rst
parentc-user: CONFIGURE_APPLICATION_DISABLE_FILESYSTEM (diff)
downloadrtems-docs-db22500e842ed26b56865cd7c06fc28d4551ff35.tar.bz2
c-user: Improve refs and formatting in appl config
The formatting is generated through references within the specification. Update #3994.
Diffstat (limited to 'c-user/config/bdbuf.rst')
-rw-r--r--c-user/config/bdbuf.rst18
1 files changed, 9 insertions, 9 deletions
diff --git a/c-user/config/bdbuf.rst b/c-user/config/bdbuf.rst
index 79459bf..e71186a 100644
--- a/c-user/config/bdbuf.rst
+++ b/c-user/config/bdbuf.rst
@@ -84,7 +84,7 @@ DEFAULT VALUE:
VALUE CONSTRAINTS:
The value of this configuration option shall be greater than or equal to 0
- and less than or equal to ``UINT32_MAX``.
+ and less than or equal to `UINT32_MAX <https://en.cppreference.com/w/c/types/integer>`_.
DESCRIPTION:
The value of this configuration option defines the minimum size of a buffer
@@ -111,7 +111,7 @@ DEFAULT VALUE:
VALUE CONSTRAINTS:
The value of this configuration option shall be greater than or equal to 0
- and less than or equal to ``SIZE_MAX``.
+ and less than or equal to `SIZE_MAX <https://en.cppreference.com/w/c/types/limits>`_.
DESCRIPTION:
The value of this configuration option defines the size of the cache memory
@@ -138,7 +138,7 @@ DEFAULT VALUE:
VALUE CONSTRAINTS:
The value of this configuration option shall be greater than or equal to 0
- and less than or equal to ``UINT32_MAX``.
+ and less than or equal to `UINT32_MAX <https://en.cppreference.com/w/c/types/integer>`_.
DESCRIPTION:
The value of this configuration option defines the maximum blocks per
@@ -167,7 +167,7 @@ DEFAULT VALUE:
VALUE CONSTRAINTS:
The value of this configuration option shall be greater than or equal to 0
- and less than or equal to ``UINT32_MAX``.
+ and less than or equal to `UINT32_MAX <https://en.cppreference.com/w/c/types/integer>`_.
DESCRIPTION:
The value of this configuration option defines the maximum blocks per write
@@ -216,7 +216,7 @@ OPTION TYPE:
This configuration option is an integer define.
DEFAULT VALUE:
- The default value is ``RTEMS_MINIMUM_STACK_SIZE``.
+ The default value is :c:macro:`RTEMS_MINIMUM_STACK_SIZE`.
VALUE CONSTRAINTS:
The value of this configuration option shall satisfy all of the following
@@ -230,7 +230,7 @@ VALUE CONSTRAINTS:
* It shall be small enough so that the task
stack space calculation carried out by ``<rtems/confdefs.h>`` does not
- overflow an integer of type ``uintptr_t``.
+ overflow an integer of type `uintptr_t <https://en.cppreference.com/w/c/types/integer>`_.
DESCRIPTION:
The value of this configuration option defines the task stack size of the
@@ -257,7 +257,7 @@ DEFAULT VALUE:
VALUE CONSTRAINTS:
The value of this configuration option shall be greater than or equal to 0
- and less than or equal to ``UINT32_MAX``.
+ and less than or equal to `UINT32_MAX <https://en.cppreference.com/w/c/types/integer>`_.
DESCRIPTION:
The value of this configuration option defines the swapout task maximum block
@@ -284,7 +284,7 @@ DEFAULT VALUE:
VALUE CONSTRAINTS:
The value of this configuration option shall be greater than or equal to 0
- and less than or equal to ``UINT32_MAX``.
+ and less than or equal to `UINT32_MAX <https://en.cppreference.com/w/c/types/integer>`_.
DESCRIPTION:
The value of this configuration option defines the swapout task swap period
@@ -337,7 +337,7 @@ DEFAULT VALUE:
VALUE CONSTRAINTS:
The value of this configuration option shall be greater than or equal to 0
- and less than or equal to ``UINT32_MAX``.
+ and less than or equal to `UINT32_MAX <https://en.cppreference.com/w/c/types/integer>`_.
DESCRIPTION:
The value of this configuration option defines the swapout worker task count.