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

5
Last change on this file since b5014fe was b5014fe, checked in by Sebastian Huber <sebastian.huber@…>, on 01/11/19 at 09:39:19

Reformat and update copyright and license notices

For everything before 2015 an OAR copyright is assumed. Later copyright
notices are based on Git commits on a best effort basis.

The copyright notices of the "RTEMS Software Engineering Handbook" and
the "RTEMS CPU Architecture Supplement" are incomplete.

  • Property mode set to 100644
File size: 1.2 KB
Line 
1.. SPDX-License-Identifier: CC-BY-SA-4.0
2
3====================================
4RTEMS Classic API Guide (|version|).
5====================================
6
7.. topic:: Copyrights and License
8
9    | © 2017 Chris Johns
10    | © 2017 Kuan-Hsun Chen
11    | © 2016, 2018 embedded brains GmbH
12    | © 2016, 2018 Sebastian Huber
13    | © 1988, 2018 On-Line Applications Research Corporation (OAR)
14
15    .. include:: ../common/license.rst
16
17.. include:: ../common/header.rst
18
19.. toctree::
20        :maxdepth: 5
21        :numbered:
22
23        preface
24        overview
25        key_concepts
26        rtems_data_types
27        scheduling_concepts
28        initialization
29        task_manager
30        interrupt_manager
31        clock_manager
32        timer_manager
33        rate_monotonic_manager
34        semaphore_manager
35        barrier_manager
36        message_manager
37        event_manager
38        signal_manager
39        partition_manager
40        region_manager
41        dual_ports_memory_manager
42        io_manager
43        fatal_error
44        board_support_packages
45        user_extensions
46        configuring_a_system
47        self_contained_objects
48        multiprocessing
49        symmetric_multiprocessing_services
50        pci_library
51        stack_bounds_checker
52        cpu_usage_statistics
53        object_services
54        chains
55        red_black_trees
56        timespec_helpers
57        constant_bandwidth_server
58        ada_support
59        linker_sets
60        directive_status_codes
61        example_application
62        glossary
63        zreferences
64
65* :ref:`genindex`
Note: See TracBrowser for help on using the repository browser.