source: rtems/doc/bsp_howto/framebuffer.t @ f1b90cc

4.104.115
Last change on this file since f1b90cc was f1b90cc, checked in by Joel Sherrill <joel.sherrill@…>, on 07/28/09 at 18:02:25

2009-07-28 Joel Sherrill <joel.sherrill@…>

  • bsp_howto/.cvsignore, bsp_howto/Makefile.am, bsp_howto/bsp_howto.texi: Add Frame Buffer Device Driver shell.
  • bsp_howto/framebuffer.t: New file.
  • user/conf.t: Add CONFIGURE_APPLICATION_NEEDS_FRAME_BUFFER_DRIVER.
  • Property mode set to 100644
File size: 445 bytes
Line 
1@c
2@c  COPYRIGHT (c) 1988-2009.
3@c  On-Line Applications Research Corporation (OAR).
4@c  All rights reserved.
5@c
6@c  $Id$
7@c
8
9@chapter Frame Buffer Driver
10
11@section Introduction
12
13The purpose of the frame buffer driver is to provide a ...
14
15The clock driver is usually located in the @code{XXX} directory of the BSP.
16
17@section Initialization
18
19The initialization routine is responsible for programming the hardware ....
20
21@section IO Control
22
23TBD
24
Note: See TracBrowser for help on using the repository browser.