Difference between revisions of "Board File"

From uGFX Wiki
Jump to: navigation, search
Line 1: Line 1:
Certain [[Architecture#Module|modules]] have to communicate to hardware in order to fulfil their tasks. Those modules come with an additional driver layer. Each driver then needs a board file to talk to the hardware.
+
Certain [[Architecture#Module|modules]] have to communicate to hardware in order to fulfil their tasks. Those modules come with an additional driver layer. Each driver then needs a board file to talk to the actual hardware.<br/>
 +
The board file needs to be provided by the user as it's implementation depends not only on the used underlying system (HAL), but also the actual hardware configuration (wiring).
  
 
== Templates ==
 
== Templates ==

Revision as of 14:09, 3 July 2014

Certain modules have to communicate to hardware in order to fulfil their tasks. Those modules come with an additional driver layer. Each driver then needs a board file to talk to the actual hardware.
The board file needs to be provided by the user as it's implementation depends not only on the used underlying system (HAL), but also the actual hardware configuration (wiring).

Templates

Each driver provides a template of it's board file.

Modules

The following modules require a board file: