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