summaryrefslogtreecommitdiffstats
path: root/c-user
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-08-11 08:26:30 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-08-11 08:26:30 +0200
commit657f7440f72fcbbd539ae4a42c4dbfaa852e36c3 (patch)
treeb3200711a969f6e7efe6e52b7f886dadec2721c1 /c-user
parentversions: Update user manual (diff)
downloadrtems-docs-657f7440f72fcbbd539ae4a42c4dbfaa852e36c3.tar.bz2
c-user: Update OAR copyright and reformat
These files are generated by a script.
Diffstat (limited to 'c-user')
-rw-r--r--c-user/config/general.rst2
-rw-r--r--c-user/config/mpci.rst2
-rw-r--r--c-user/config/posix-api.rst20
3 files changed, 10 insertions, 14 deletions
diff --git a/c-user/config/general.rst b/c-user/config/general.rst
index 0da7530..fa43686 100644
--- a/c-user/config/general.rst
+++ b/c-user/config/general.rst
@@ -1,7 +1,7 @@
.. SPDX-License-Identifier: CC-BY-SA-4.0
.. Copyright (C) 2020, 2021 embedded brains GmbH (http://www.embedded-brains.de)
-.. Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
+.. Copyright (C) 1988, 2022 On-Line Applications Research Corporation (OAR)
.. This file is part of the RTEMS quality process and was automatically
.. generated. If you find something that needs to be fixed or
diff --git a/c-user/config/mpci.rst b/c-user/config/mpci.rst
index d40f15c..003afd3 100644
--- a/c-user/config/mpci.rst
+++ b/c-user/config/mpci.rst
@@ -1,7 +1,7 @@
.. SPDX-License-Identifier: CC-BY-SA-4.0
.. Copyright (C) 2020, 2021 embedded brains GmbH (http://www.embedded-brains.de)
-.. Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
+.. Copyright (C) 1988, 2022 On-Line Applications Research Corporation (OAR)
.. This file is part of the RTEMS quality process and was automatically
.. generated. If you find something that needs to be fixed or
diff --git a/c-user/config/posix-api.rst b/c-user/config/posix-api.rst
index 78cb724..f72124c 100644
--- a/c-user/config/posix-api.rst
+++ b/c-user/config/posix-api.rst
@@ -1,7 +1,7 @@
.. SPDX-License-Identifier: CC-BY-SA-4.0
.. Copyright (C) 2020, 2021 embedded brains GmbH (http://www.embedded-brains.de)
-.. Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
+.. Copyright (C) 1988, 2022 On-Line Applications Research Corporation (OAR)
.. This file is part of the RTEMS quality process and was automatically
.. generated. If you find something that needs to be fixed or
@@ -477,26 +477,22 @@ configuration option enabled.
The following constraints apply to this configuration option:
-* The value of the configuration option shall be greater than or equal
-to zero.
+* The value of the configuration option shall be greater than or equal to zero.
-* The value of the configuration option shall be less than or equal
-to 65535.
+* The value of the configuration option shall be less than or equal to 65535.
* The value of the configuration option shall be less than or equal to a
- BSP-specific and application-specific value which depends on the size
- of the memory available to the application.
+ BSP-specific and application-specific value which depends on the size of the
+ memory available to the application.
* The value of the configuration option may be defined through
:c:func:`rtems_resource_unlimited` the enable unlimited objects for the
object class, if the value passed to :c:func:`rtems_resource_unlimited`
satisfies all other constraints of the configuration option.
-* The value of the configuration option shall be zero if the POSIX API
-is not
- enabled (e.g. RTEMS was built without the ``RTEMS_POSIX_API = True``
- build configuration option). Otherwise a compile time error in the
- configuration
+* The value of the configuration option shall be zero if the POSIX API is not
+ enabled (e.g. RTEMS was built without the ``RTEMS_POSIX_API = True`` build
+ configuration option). Otherwise a compile time error in the configuration
file will occur.
.. Generated from spec:/acfg/if/min-posix-thread-stack-size