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

5
Last change on this file since e52906b was e52906b, checked in by Sebastian Huber <sebastian.huber@…>, on 01/09/19 at 15:14:06

Simplify SPDX-License-Identifier comment

  • Property mode set to 100644
File size: 1.3 KB
Line 
1.. 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-2018.**
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
16.. include:: ../common/header.rst
17
18.. toctree::
19        :maxdepth: 5
20        :numbered:
21
22        preface
23        overview
24        key_concepts
25        rtems_data_types
26        scheduling_concepts
27        initialization
28        task_manager
29        interrupt_manager
30        clock_manager
31        timer_manager
32        rate_monotonic_manager
33        semaphore_manager
34        barrier_manager
35        message_manager
36        event_manager
37        signal_manager
38        partition_manager
39        region_manager
40        dual_ports_memory_manager
41        io_manager
42        fatal_error
43        board_support_packages
44        user_extensions
45        configuring_a_system
46        self_contained_objects
47        multiprocessing
48        symmetric_multiprocessing_services
49        pci_library
50        stack_bounds_checker
51        cpu_usage_statistics
52        object_services
53        chains
54        red_black_trees
55        timespec_helpers
56        constant_bandwidth_server
57        ada_support
58        linker_sets
59        directive_status_codes
60        example_application
61        glossary
62        zreferences
63
64* :ref:`genindex`
Note: See TracBrowser for help on using the repository browser.