Difference between revisions of "Unit QEMUVersatilePB"

From Ultibo.org
Jump to: navigation, search
Line 4: Line 4:
 
=== Description ===
 
=== Description ===
 
----
 
----
 +
 +
'''Ultibo QEMU VersatilePB unit'''
  
 
This unit serves to include all units relevant to the QEMU VersatilePB and to register the drivers that are appropriate to the configuration.
 
This unit serves to include all units relevant to the QEMU VersatilePB and to register the drivers that are appropriate to the configuration.

Revision as of 06:11, 19 December 2016

Return to Unit Reference


Description


Ultibo QEMU VersatilePB unit

This unit serves to include all units relevant to the QEMU VersatilePB and to register the drivers that are appropriate to the configuration.

This includes standard interfaces such as network, filesystem and storage as well as drivers that are specific to the VersatilePB and may or may not be included by anything else.

Additional units can be included anywhere within a program and they will be linked during the compile process. This unit simply provides a convenient way to ensure all relevant units have been included and the standard drivers registered.

Constants


None defined

Type definitions


None defined

Public variables


To be documented

Function declarations



Initialization functions

procedure QEMUVersatilePBInit;
Description: Initialize the QEMUVersatilePB unit and parameters
Note Called only during system startup


Return to Unit Reference