source: rtems-docs/porting/source_code_org.rst @ 7497f5e

4.115
Last change on this file since 7497f5e was 7497f5e, checked in by Joel Sherrill <joel@…>, on 10/28/16 at 20:57:11

porting: Review and tidy up multiple formatting issues.

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