From f1b90cc4bdacd62bce06f755a3c8582fd01c8aac Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 28 Jul 2009 18:02:25 +0000 Subject: 2009-07-28 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. --- doc/bsp_howto/framebuffer.t | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 doc/bsp_howto/framebuffer.t (limited to 'doc/bsp_howto/framebuffer.t') diff --git a/doc/bsp_howto/framebuffer.t b/doc/bsp_howto/framebuffer.t new file mode 100644 index 0000000000..5d2a691976 --- /dev/null +++ b/doc/bsp_howto/framebuffer.t @@ -0,0 +1,24 @@ +@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 + -- cgit v1.2.3