Difference between revisions of "Board File"
From uGFX Wiki
(Created page with "A board file is a file which a module needs in order to communicate with the hardware.") |
|||
| Line 1: | Line 1: | ||
| − | A board file is a file which a module needs in order to communicate with the hardware. | + | A board file is a file which a [[Architecture#Module|module]] needs in order to communicate with the hardware. |
| + | |||
| + | == Templates == | ||
| + | Each driver provides a template of it's board file. | ||
| + | |||
| + | == Modules == | ||
| + | The following modules require a board file: | ||
| + | * [[GDISP]] | ||
| + | * [[GINPUT]] | ||
| + | * [[GAUDIO]] | ||
Revision as of 13:59, 3 July 2014
A board file is a file which a module needs in order to communicate with the hardware.
Templates
Each driver provides a template of it's board file.
Modules
The following modules require a board file: