source: rtems/doc/bsp_howto/intro.t @ 07b3693f

4.104.114.84.95
Last change on this file since 07b3693f was 07b3693f, checked in by Joel Sherrill <joel.sherrill@…>, on 08/28/98 at 13:21:53

Base files

  • Property mode set to 100644
File size: 578 bytes
Line 
1@chapter = Introduction
2
3Before reading this documentation, it is strongly advised to read the
4RTEMS Development Environment Guide to get acquainted with the RTEMS
5directory structure.  This document describes how to do a RTEMS Board
6Support Package, i.e. how to port RTEMS on a new target board. Discussions
7are provided for the following topics:
8
9@itemize @bullet
10
11@item RTEMS Board Support Packages organization,
12
13@item Makefiles and the linker command script,
14
15@item Board initialization code,
16
17@item Clock driver,
18
19@item Console driver,
20
21@item Timer driver.
22
23@end itemize
24
Note: See TracBrowser for help on using the repository browser.