source: rtems-docs/porting/index.rst

Last change on this file 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: 570 bytes
Line 
1.. SPDX-License-Identifier: CC-BY-SA-4.0
2
3.. include:: ../common/unicode.rst
4
5================================
6RTEMS Porting Guide (|version|).
7================================
8
9.. topic:: Copyrights and License
10
11    | |copy| 1988, 2016 On-Line Applications Research Corporation (OAR)
12
13    .. include:: ../common/license.rst
14
15.. include:: ../common/header.rst
16
17.. toctree::
18        :maxdepth: 3
19        :numbered:
20
21        preface
22        development_tools
23        source_code_org
24        cpu_model_variations
25        cpu_init
26        interrupts
27        task_context
28        idle_thread
29        priority_bitmap
30        code_tuning
31        miscellanous
32        command
Note: See TracBrowser for help on using the repository browser.