source: rtems-docs/porting/source_code_org.rst @ 3605600

5
Last change on this file since 3605600 was e52906b, checked in by Sebastian Huber <sebastian.huber@…>, on 01/09/19 at 15:14:06

Simplify SPDX-License-Identifier comment

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