Changeset a0bf79c in rtems-docs
- Timestamp:
- 11/01/21 19:40:55 (8 months ago)
- Branches:
- master
- Children:
- fa25208
- Parents:
- ac8f461
- git-author:
- Kinsey Moore <kinsey.moore@…> (11/01/21 19:40:55)
- git-committer:
- Joel Sherrill <joel@…> (11/03/21 13:25:36)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c-user/config/device-driver.rst
rac8f461 ra0bf79c 605 605 :ref:`CONFIGURE_APPLICATION_NEEDS_ATA_DRIVER` is defined. 606 606 607 .. Generated from spec:/acfg/if/exception-to-signal-mapping 608 609 .. index:: CONFIGURE_EXCEPTION_TO_SIGNAL_MAPPING 610 611 .. _CONFIGURE_EXCEPTION_TO_SIGNAL_MAPPING: 612 613 CONFIGURE_EXCEPTION_TO_SIGNAL_MAPPING 614 ------------------------------------- 615 616 CONSTANT: 617 ``CONFIGURE_EXCEPTION_TO_SIGNAL_MAPPING`` 618 619 OPTION TYPE: 620 This configuration option is a boolean feature define. 621 622 DEFAULT CONFIGURATION: 623 If this configuration option is undefined, then the described feature is not 624 enabled. 625 626 DESCRIPTION: 627 In case this configuration option is defined, then the machine exception to 628 POSIX signal mapping is configured during system initialization. 629 630 NOTES: 631 This device driver is responsible for setting up a mapping from machine 632 exceptions to POSIX signals so that applications may consume them and alter 633 task execution as necessary. 634 635 This is especially useful for applications written in Ada or C++. 636 607 637 .. Generated from spec:/acfg/if/max-drivers 608 638
Note: See TracChangeset
for help on using the changeset viewer.