Changeset 9ba26e7 in rtems-docs for c-user/config/posix-api.rst
- Timestamp:
- 05/20/22 13:45:16 (10 months ago)
- Branches:
- master
- Children:
- d5509d6
- Parents:
- c16c8c6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c-user/config/posix-api.rst
rc16c8c6 r9ba26e7 26 26 This section describes configuration options related to the POSIX API. Most 27 27 POSIX API objects are available by default since RTEMS 5.1. The queued signals 28 and timers are only available if RTEMS was built with the ``--enable-posix``28 and timers are only available if RTEMS was built with the enable POSIX 29 29 build configuration option. 30 30 … … 232 232 Unlimited objects are not available for queued signals. 233 233 234 Queued signals are only available if RTEMS was built with the 235 ``--enable-posix`` build configuration option.234 Queued signals are only available if RTEMS was built with the POSIX API 235 build configuration option enabled. 236 236 237 237 .. rubric:: CONSTRAINTS: … … 471 471 :ref:`ConfigUnlimitedObjects`. 472 472 473 Timers are only available if RTEMS was built with the 474 ``--enable-posix`` build configuration option. 475 476 .. rubric:: CONSTRAINTS: 477 478 The following constraints apply to this configuration option: 479 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. 473 Timers are only available if RTEMS was built with the POSIX API build 474 configuration option enabled. 475 476 .. rubric:: CONSTRAINTS: 477 478 The following constraints apply to this configuration option: 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. 487 489 488 490 * The value of the configuration option may be defined through … … 491 493 satisfies all other constraints of the configuration option. 492 494 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 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 496 500 file will occur. 497 501
Note: See TracChangeset
for help on using the changeset viewer.