Changeset 657f744 in rtems-docs for c-user/config/posix-api.rst
- Timestamp:
- 08/11/22 06:26:30 (6 months ago)
- Branches:
- master
- Children:
- 7757c19
- Parents:
- 1d6dcf8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c-user/config/posix-api.rst
r1d6dcf8 r657f744 2 2 3 3 .. Copyright (C) 2020, 2021 embedded brains GmbH (http://www.embedded-brains.de) 4 .. Copyright (C) 1988, 20 08On-Line Applications Research Corporation (OAR)4 .. Copyright (C) 1988, 2022 On-Line Applications Research Corporation (OAR) 5 5 6 6 .. This file is part of the RTEMS quality process and was automatically … … 478 478 The following constraints apply to this configuration option: 479 479 480 * The value of the configuration option shall be greater than or equal 481 to zero. 482 483 * The value of the configuration option shall be less than or equal 484 to 65535. 485 486 * The value of the configuration option shall be less than or equal to a 487 BSP-specific and application-specific value which depends on the size 488 of the memory available to the application. 480 * The value of the configuration option shall be greater than or equal to zero. 481 482 * The value of the configuration option shall be less than or equal to 65535. 483 484 * The value of the configuration option shall be less than or equal to a 485 BSP-specific and application-specific value which depends on the size of the 486 memory available to the application. 489 487 490 488 * The value of the configuration option may be defined through … … 493 491 satisfies all other constraints of the configuration option. 494 492 495 * The value of the configuration option shall be zero if the POSIX API 496 is not 497 enabled (e.g. RTEMS was built without the ``RTEMS_POSIX_API = True`` 498 build configuration option). Otherwise a compile time error in the 499 configuration 493 * The value of the configuration option shall be zero if the POSIX API is not 494 enabled (e.g. RTEMS was built without the ``RTEMS_POSIX_API = True`` build 495 configuration option). Otherwise a compile time error in the configuration 500 496 file will occur. 501 497
Note: See TracChangeset
for help on using the changeset viewer.