source: rtems-docs/c-user/index.rst @ 5577cc0

5
Last change on this file since 5577cc0 was d40e66b, checked in by Joel Sherrill <joel@…>, on 10/11/18 at 17:02:46

c-user/index.rst: Reorder linker sets and directive status codes

  • Property mode set to 100644
File size: 2.5 KB
Line 
1.. comment SPDX-License-Identifier: CC-BY-SA-4.0
2
3====================================
4RTEMS Classic API Guide (|version|).
5====================================
6
7 | **COPYRIGHT (c) 1988 - 2015.**
8 | **On-Line Applications Research Corporation (OAR).**
9 | **COPYRIGHT (c) 2016-2017.**
10 | **RTEMS Foundation, The RTEMS Documentation Project**
11
12 | **Licenses:**
13 |  Creative Commons Attribution-ShareAlike 4.0 International Public License
14 |  https://creativecommons.org/licenses/by-sa/4.0/legalcode
15
16The authors have used their best efforts in preparing this material.  These
17efforts include the development, research, and testing of the theories and
18programs to determine their effectiveness.  No warranty of any kind, expressed
19or implied, with regard to the software or the material contained in this
20document is provided.  No liability arising out of the application or use of
21any product described in this document is assumed.  The authors reserve the
22right to revise this material and to make changes from time to time in the
23content hereof without obligation to notify anyone of such revision or changes.
24
25The RTEMS Project is hosted at http://www.rtems.org/.  Any inquiries concerning
26RTEMS, its related support components, or its documentation should be directed
27to the Community Project hosted at http://www.rtems.org/.
28
29.. topic:: RTEMS Online Resources
30
31  ================  =============================
32  Home              https://www.rtems.org/
33  Developers        https://devel.rtems.org/
34  Documentation     https://docs.rtems.org/
35  Bug Reporting     https://devel.rtems.org/query
36  Mailing Lists     https://lists.rtems.org/
37  Git Repositories  https://git.rtems.org/
38  ================  =============================
39
40.. toctree::
41        :maxdepth: 5
42        :numbered:
43
44        preface
45        overview
46        key_concepts
47        rtems_data_types
48        scheduling_concepts
49        initialization
50        task_manager
51        interrupt_manager
52        clock_manager
53        timer_manager
54        rate_monotonic_manager
55        semaphore_manager
56        barrier_manager
57        message_manager
58        event_manager
59        signal_manager
60        partition_manager
61        region_manager
62        dual_ports_memory_manager
63        io_manager
64        fatal_error
65        board_support_packages
66        user_extensions
67        configuring_a_system
68        self_contained_objects
69        multiprocessing
70        symmetric_multiprocessing_services
71        pci_library
72        stack_bounds_checker
73        cpu_usage_statistics
74        object_services
75        chains
76        red_black_trees
77        timespec_helpers
78        constant_bandwidth_server
79        ada_support
80        linker_sets
81        directive_status_codes
82        example_application
83        glossary
84        zreferences
85
86* :ref:`genindex`
Note: See TracBrowser for help on using the repository browser.