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

5
Last change on this file since fb72a00 was fb72a00, checked in by Chris Johns <chrisj@…>, on 02/19/19 at 23:07:04

Add unicode support for commonly used characters like copyright.

  • This change makes the copyright character easier to see on editors lacking good unicode rendering support, ie terminals.
  • Property mode set to 100644
File size: 1.3 KB
RevLine 
[e52906b]1.. SPDX-License-Identifier: CC-BY-SA-4.0
[489740f]2
[fb72a00]3.. include:: ../common/unicode.rst
4
[7193f09]5====================================
6RTEMS Classic API Guide (|version|).
7====================================
[fd6dc8c8]8
[b5014fe]9.. topic:: Copyrights and License
[7130ed3]10
[fb72a00]11    | |copy| 2017 Chris Johns
12    | |copy| 2017 Kuan-Hsun Chen
13    | |copy| 2016, 2018 embedded brains GmbH
14    | |copy| 2016, 2018 Sebastian Huber
15    | |copy| 2011 Petr Benes
16    | |copy| 2010 Gedare Bloom
17    | |copy| 1988, 2018 On-Line Applications Research Corporation (OAR)
[b5014fe]18
19    .. include:: ../common/license.rst
[fd6dc8c8]20
[50fbe0d]21.. include:: ../common/header.rst
[fd6dc8c8]22
23.. toctree::
[53bb72e]24        :maxdepth: 5
[fd6dc8c8]25        :numbered:
26
[7130ed3]27        preface
[fd6dc8c8]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
[1472f841]51        self_contained_objects
[fd6dc8c8]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
[7d78d31]62        ada_support
[fd6dc8c8]63        linker_sets
[d40e66b]64        directive_status_codes
[fd6dc8c8]65        example_application
66        glossary
[97e1553]67        zreferences
Note: See TracBrowser for help on using the repository browser.