forked from Imagelibrary/rtems
2009-07-28 Joel Sherrill <joel.sherrill@oarcorp.com>
* 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.
This commit is contained in:
@@ -462,6 +462,15 @@ By default, this is not defined.
|
||||
is defined if the application wishes to include the Watchdog Driver.
|
||||
By default, this is not defined.
|
||||
|
||||
@findex CONFIGURE_APPLICATION_NEEDS_FRAME_BUFFER_DRIVER
|
||||
@item @code{CONFIGURE_APPLICATION_NEEDS_FRAME_BUFFER_DRIVER}
|
||||
is defined
|
||||
if the application wishes to include the BSP's Frame Buffer Device Driver.
|
||||
Most BSPs do not provide a Frame Buffer Device Driver. If this is
|
||||
defined and the BSP does not have this device driver, then the user
|
||||
will get a link time error for an undefined symbol.
|
||||
By default, this is not defined.
|
||||
|
||||
@findex CONFIGURE_APPLICATION_NEEDS_STUB_DRIVER
|
||||
@item @code{CONFIGURE_APPLICATION_NEEDS_STUB_DRIVER}
|
||||
is defined if the application wishes to include the Stub Device Driver.
|
||||
|
||||
Reference in New Issue
Block a user