Added CVS Ids.

This commit is contained in:
Joel Sherrill
1998-08-28 13:27:36 +00:00
parent e061a0074d
commit f96e8ee0f5
9 changed files with 72 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
@c
@c COPYRIGHT (c) 1988-1998.
@c On-Line Applications Research Corporation (OAR).
@c All rights reserved.
@c
@c $Id$
@c
@chapter = Board Support Package Structure
The BSP are all kept in the $RTEMS_ROOT/c/src/lib/libbsp directory. They

View File

@@ -1,3 +1,11 @@
@c
@c COPYRIGHT (c) 1988-1998.
@c On-Line Applications Research Corporation (OAR).
@c All rights reserved.
@c
@c $Id$
@c
@chapter = Clock Driver
@subsection = Introduction

View File

@@ -1,3 +1,11 @@
@c
@c COPYRIGHT (c) 1988-1998.
@c On-Line Applications Research Corporation (OAR).
@c All rights reserved.
@c
@c $Id$
@c
@chapter = Console Driver
@subsection = Introduction

View File

@@ -1,3 +1,11 @@
@c
@c COPYRIGHT (c) 1988-1998.
@c On-Line Applications Research Corporation (OAR).
@c All rights reserved.
@c
@c $Id$
@c
@chapter = Initialization Code
@subsection = Introduction

View File

@@ -1,3 +1,11 @@
@c
@c COPYRIGHT (c) 1988-1998.
@c On-Line Applications Research Corporation (OAR).
@c All rights reserved.
@c
@c $Id$
@c
@chapter = Introduction
Before reading this documentation, it is strongly advised to read the

View File

@@ -1,3 +1,11 @@
@c
@c COPYRIGHT (c) 1988-1998.
@c On-Line Applications Research Corporation (OAR).
@c All rights reserved.
@c
@c $Id$
@c
@chapter = Linkcmds
@subsection = What is a "linkcmds" file?

View File

@@ -1,3 +1,11 @@
@c
@c COPYRIGHT (c) 1988-1998.
@c On-Line Applications Research Corporation (OAR).
@c All rights reserved.
@c
@c $Id$
@c
@chapter = Makefiles
@subsection = Makefiles Used During The BSP Building Process

View File

@@ -1,3 +1,11 @@
@c
@c COPYRIGHT (c) 1988-1998.
@c On-Line Applications Research Corporation (OAR).
@c All rights reserved.
@c
@c $Id$
@c
@chapter = Target Dependent and Board Dependent Files
RTEMS divides board dependencies into two parts :

View File

@@ -1,3 +1,11 @@
@c
@c COPYRIGHT (c) 1988-1998.
@c On-Line Applications Research Corporation (OAR).
@c All rights reserved.
@c
@c $Id$
@c
@chapter = Timer Driver
You can program the timer driver for your own needs, but here are two uses