source: rtems-docs/c_user/index.rst @ 9aafb39

4.115
Last change on this file since 9aafb39 was 489740f, checked in by Chris Johns <chrisj@…>, on 05/20/16 at 02:47:09

Set SPDX License Identifier in each source file.

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