source: rtems-docs/porting/index.rst @ b0f2977

4.115
Last change on this file since b0f2977 was 489740f, checked in by Chris Johns <chrisj@…>, on 05/20/16 at 02:47:09

Set SPDX License Identifier in each source file.

  • Property mode set to 100644
File size: 1.4 KB
RevLine 
[489740f]1.. comment SPDX-License-Identifier: CC-BY-SA-4.0
2
[6733466]3===================
4RTEMS Porting Guide
5===================
[d389819]6COPYRIGHT (c) 1988 - 2015.
[6733466]7
8On-Line Applications Research Corporation (OAR).
9
10The authors have used their best efforts in preparing
11this material.  These efforts include the development, research,
12and testing of the theories and programs to determine their
13effectiveness.  No warranty of any kind, expressed or implied,
14with regard to the software or the material contained in this
15document is provided.  No liability arising out of the
16application or use of any product described in this document is
17assumed.  The authors reserve the right to revise this material
18and to make changes from time to time in the content hereof
19without obligation to notify anyone of such revision or changes.
20
21The RTEMS Project is hosted at http://www.rtems.org.  Any
22inquiries concerning RTEMS, its related support components, or its
23documentation should be directed to the Community Project hosted athttp://www.rtems.org.
24
25Any inquiries for commercial services including training, support, custom
26development, application development assistance should be directed tohttp://www.rtems.com.
27
28Table of Contents
29-----------------
30
31.. toctree::
32
33        preface
34
35
36.. toctree::
37        :maxdepth: 3
38        :numbered:
39
40        development_tools
41        source_code_org
42        cpu_model_variations
43        cpu_init
44        interrupts
45        task_context
46        idle_thread
47        priority_bitmap
48        code_tuning
49        miscellanous
50        command
51
52*       :ref:`genindex`
53*       :ref:`search`
54
Note: See TracBrowser for help on using the repository browser.