Files
rtems/doc/bsp_howto/intro.t
Joel Sherrill f96e8ee0f5 Added CVS Ids.
1998-08-28 13:27:36 +00:00

33 lines
704 B
Perl

@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
RTEMS Development Environment Guide to get acquainted with the RTEMS
directory structure. This document describes how to do a RTEMS Board
Support Package, i.e. how to port RTEMS on a new target board. Discussions
are provided for the following topics:
@itemize @bullet
@item RTEMS Board Support Packages organization,
@item Makefiles and the linker command script,
@item Board initialization code,
@item Clock driver,
@item Console driver,
@item Timer driver.
@end itemize