forked from Imagelibrary/rtems
2008-09-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* user/conf.t: Add CONFIGURE_BSP_PREREQUISITE_DRIVERS and CONFIGURE_APPLICATION_PREREQUISITE_DRIVERS.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2008-09-02 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* user/conf.t: Add CONFIGURE_BSP_PREREQUISITE_DRIVERS and
|
||||||
|
CONFIGURE_APPLICATION_PREREQUISITE_DRIVERS.
|
||||||
|
|
||||||
2008-08-27 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2008-08-27 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* user/object.t: Correct order of arguments.
|
* user/object.t: Correct order of arguments.
|
||||||
|
|||||||
@@ -442,12 +442,28 @@ This device driver simply provides entry points that return
|
|||||||
successful and is primarily a test fixture.
|
successful and is primarily a test fixture.
|
||||||
By default, this is not defined.
|
By default, this is not defined.
|
||||||
|
|
||||||
|
@findex CONFIGURE_BSP_PREREQUISITE_DRIVERS
|
||||||
|
@item @code{CONFIGURE_BSP_PREREQUISITE_DRIVERS} is defined if the
|
||||||
|
BSP has device drivers it needs to include in the Device Driver
|
||||||
|
Table. This should be defined to the set of device driver entries that
|
||||||
|
will be placed in the table at the @b{FRONT} of the Device Driver Table
|
||||||
|
and initialized before any other drivers @b{INCLUDING} any application
|
||||||
|
prerequisite drivers. By default,this is not defined.
|
||||||
|
|
||||||
|
@findex CONFIGURE_APPLICATION_PREREQUISITE_DRIVERS
|
||||||
|
@item @code{CONFIGURE_APPLICATION_PREREQUISITE_DRIVERS} is defined if the
|
||||||
|
application has device drivers it needs to include in the Device Driver
|
||||||
|
Table. This should be defined to the set of device driver entries that
|
||||||
|
will be placed in the table at the @b{FRONT} of the Device Driver Table
|
||||||
|
and initialized before any other drivers @b{EXCEPT} any BSP prerequisite
|
||||||
|
drivers. By default,this is not defined.
|
||||||
|
|
||||||
@findex CONFIGURE_APPLICATION_EXTRA_DRIVERS
|
@findex CONFIGURE_APPLICATION_EXTRA_DRIVERS
|
||||||
@item @code{CONFIGURE_APPLICATION_EXTRA_DRIVERS}
|
@item @code{CONFIGURE_APPLICATION_EXTRA_DRIVERS} is defined if the
|
||||||
is defined if the application has device drivers it needs to
|
application has device drivers it needs to include in the Device Driver
|
||||||
include in the Device Driver Table. This should be defined
|
Table. This should be defined to the set of device driver entries that
|
||||||
to the set of device driver entries that will be placed in
|
will be placed in the table at the @b{END} of the Device Driver Table.
|
||||||
the table. By default, this is not defined.
|
By default,this is not defined.
|
||||||
|
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user