Difference between revisions of "Unit RaspberryPi4"

From Ultibo.org
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
----
 
----
  
'''Ultibo Raspberry Pi 4 unit'''
+
This unit has no functionality other than to include all units relevant to the Raspberry Pi 4.
 +
 +
This includes standard interfaces such as network, filesystem and storage as well as drivers that are specific to the BCM2838 / BCM2711 and are not 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.
  
 
=== Constants ===
 
=== Constants ===
 
----
 
----
  
''To be documented''
+
''None defined''
  
 
=== Type definitions ===
 
=== Type definitions ===
 
----
 
----
  
''To be documented''
+
''None defined''
  
 
=== Public variables ===
 
=== Public variables ===
 
----
 
----
  
''To be documented''
+
''None defined''
  
 
=== Function declarations ===
 
=== Function declarations ===

Latest revision as of 03:47, 18 June 2021

Return to Unit Reference


Description


This unit has no functionality other than to include all units relevant to the Raspberry Pi 4.

This includes standard interfaces such as network, filesystem and storage as well as drivers that are specific to the BCM2838 / BCM2711 and are not 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.

Constants


None defined

Type definitions


None defined

Public variables


None defined

Function declarations


To be documented


Return to Unit Reference