source: rtems-docs/porting/source_code_org.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: 727 bytes
Line 
1.. comment SPDX-License-Identifier: CC-BY-SA-4.0
2
3Source Code Organization
4########################
5
6This section describes the organization of the source code within RTEMS
7that is CPU family and CPU model dependent.
8
9Introduction
10============
11
12The CPU family dependent files associated with a port of the RTEMS
13executive code proper to a particular processor family are found in
14cpukit/score/cpu.  Support code for this port as well as processor
15dependent code which may be reused across multiple Board Support Packages
16is found in c/src/lib/libcpu.
17
18XXX list the files and directories here
19
20.. COMMENT: COPYRIGHT (c) 1988-2002.
21
22.. COMMENT: On-Line Applications Research Corporation (OAR).
23
24.. COMMENT: All rights reserved.
25
Note: See TracBrowser for help on using the repository browser.