mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 07:16:37 +08:00
c-user: Update OAR copyright and reformat
These files are generated by a script.
This commit is contained in:
parent
1d6dcf811f
commit
657f7440f7
@ -1,7 +1,7 @@
|
|||||||
.. SPDX-License-Identifier: CC-BY-SA-4.0
|
.. SPDX-License-Identifier: CC-BY-SA-4.0
|
||||||
|
|
||||||
.. Copyright (C) 2020, 2021 embedded brains GmbH (http://www.embedded-brains.de)
|
.. 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
|
.. This file is part of the RTEMS quality process and was automatically
|
||||||
.. generated. If you find something that needs to be fixed or
|
.. generated. If you find something that needs to be fixed or
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
.. SPDX-License-Identifier: CC-BY-SA-4.0
|
.. SPDX-License-Identifier: CC-BY-SA-4.0
|
||||||
|
|
||||||
.. Copyright (C) 2020, 2021 embedded brains GmbH (http://www.embedded-brains.de)
|
.. 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
|
.. This file is part of the RTEMS quality process and was automatically
|
||||||
.. generated. If you find something that needs to be fixed or
|
.. generated. If you find something that needs to be fixed or
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
.. SPDX-License-Identifier: CC-BY-SA-4.0
|
.. SPDX-License-Identifier: CC-BY-SA-4.0
|
||||||
|
|
||||||
.. Copyright (C) 2020, 2021 embedded brains GmbH (http://www.embedded-brains.de)
|
.. 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
|
.. This file is part of the RTEMS quality process and was automatically
|
||||||
.. generated. If you find something that needs to be fixed or
|
.. 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 following constraints apply to this configuration option:
|
||||||
|
|
||||||
* The value of the configuration option shall be greater than or equal
|
* The value of the configuration option shall be greater than or equal to zero.
|
||||||
to zero.
|
|
||||||
|
|
||||||
* The value of the configuration option shall be less than or equal
|
* The value of the configuration option shall be less than or equal to 65535.
|
||||||
to 65535.
|
|
||||||
|
|
||||||
* The value of the configuration option shall be less than or equal to a
|
* 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
|
BSP-specific and application-specific value which depends on the size of the
|
||||||
of the memory available to the application.
|
memory available to the application.
|
||||||
|
|
||||||
* The value of the configuration option may be defined through
|
* The value of the configuration option may be defined through
|
||||||
:c:func:`rtems_resource_unlimited` the enable unlimited objects for the
|
:c:func:`rtems_resource_unlimited` the enable unlimited objects for the
|
||||||
object class, if the value passed to :c:func:`rtems_resource_unlimited`
|
object class, if the value passed to :c:func:`rtems_resource_unlimited`
|
||||||
satisfies all other constraints of the configuration option.
|
satisfies all other constraints of the configuration option.
|
||||||
|
|
||||||
* The value of the configuration option shall be zero if the POSIX API
|
* The value of the configuration option shall be zero if the POSIX API is not
|
||||||
is not
|
enabled (e.g. RTEMS was built without the ``RTEMS_POSIX_API = True`` build
|
||||||
enabled (e.g. RTEMS was built without the ``RTEMS_POSIX_API = True``
|
configuration option). Otherwise a compile time error in the configuration
|
||||||
build configuration option). Otherwise a compile time error in the
|
|
||||||
configuration
|
|
||||||
file will occur.
|
file will occur.
|
||||||
|
|
||||||
.. Generated from spec:/acfg/if/min-posix-thread-stack-size
|
.. Generated from spec:/acfg/if/min-posix-thread-stack-size
|
||||||
|
Loading…
x
Reference in New Issue
Block a user