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

5
Last change on this file since a4b23d9 was a4b23d9, checked in by Sebastian Huber <sebastian.huber@…>, on 02/05/20 at 08:05:07

c-user: Document new linker set macros

Adjust copyright. Linker sets were introduced in 2015.

Update #2408.
Close #3865.

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