forked from Imagelibrary/rtems
* 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.
25 lines
445 B
Perl
25 lines
445 B
Perl
@c
|
|
@c COPYRIGHT (c) 1988-2009.
|
|
@c On-Line Applications Research Corporation (OAR).
|
|
@c All rights reserved.
|
|
@c
|
|
@c $Id$
|
|
@c
|
|
|
|
@chapter Frame Buffer Driver
|
|
|
|
@section Introduction
|
|
|
|
The purpose of the frame buffer driver is to provide a ...
|
|
|
|
The clock driver is usually located in the @code{XXX} directory of the BSP.
|
|
|
|
@section Initialization
|
|
|
|
The initialization routine is responsible for programming the hardware ....
|
|
|
|
@section IO Control
|
|
|
|
TBD
|
|
|