Difference between revisions of "Unit Reference"

From Ultibo.org
Jump to: navigation, search
Line 66: Line 66:
 
* [[Unit_Authentication|Authentication]] - Authentication base classes
 
* [[Unit_Authentication|Authentication]] - Authentication base classes
 
* [[Unit_Crypto|Crypto]] - Cryptography support module (Not yet implemented)
 
* [[Unit_Crypto|Crypto]] - Cryptography support module (Not yet implemented)
 +
* [[Unit_Font|Font]] - Font manager
 +
* [[Unit_Keymap|Keymap]] - Keymap manager
  
  
Line 81: Line 83:
 
* [[Unit_DMA|DMA]] - DMA device interface
 
* [[Unit_DMA|DMA]] - DMA device interface
 
* [[Unit_DVB|DVB]] - Digital Video Broadcast (DVB) device interface (Not yet implemented)
 
* [[Unit_DVB|DVB]] - Digital Video Broadcast (DVB) device interface (Not yet implemented)
 +
* [[Unit_Framebuffer|Framebuffer]] - Framebuffer device interface
 +
* [[Unit_GPIO|GPIO]] - GPIO device interface (Not yet implemented)
 +
* [[Unit_I2C|I2C]] - I2C device interface (Not yet implemented)
 +
* [[Unit_I2S|I2S]] - I2S device interface (Not yet implemented)
 +
* [[Unit_iSCSI|iSCSI]] - iSCSI device interface (Not yet implemented)
 +
* [[Unit_Keyboard|Keyboard]] - Keyboard device interface / USB keyboard driver
 +
  
 
=== Hardware units ===
 
=== Hardware units ===
Line 87: Line 96:
 
* [[Unit_AllwinnerA20|AllwinnerA20]] - Allwinner A20 SoC support module (Not yet implemented)
 
* [[Unit_AllwinnerA20|AllwinnerA20]] - Allwinner A20 SoC support module (Not yet implemented)
 
* [[Unit_AllwinnerH3|AllwinnerH3]] - Allwinner A20 SoC support module (Not yet implemented)
 
* [[Unit_AllwinnerH3|AllwinnerH3]] - Allwinner A20 SoC support module (Not yet implemented)
* [[Unit_BCM2708|BCM2708]] - Broadcom BCM2835 driver module
+
* [[Unit_BCM2708|BCM2708]] - Broadcom BCM2835 SoC driver module
* [[Unit_BCM2709|BCM2709]] - Broadcom BCM2836 driver module
+
* [[Unit_BCM2709|BCM2709]] - Broadcom BCM2836 SoC driver module
* [[Unit_BCM2835|BCM2835]] - Broadcom BCM2835 support module
+
* [[Unit_BCM2835|BCM2835]] - Broadcom BCM2835 SoC support module
* [[Unit_BCM2836|BCM2836]] - Broadcom BCM2836 support module
+
* [[Unit_BCM2836|BCM2836]] - Broadcom BCM2836 SoC support module
 
* [[Unit_DWCOTG|DWCOTG]] - Synopsis Designware USB host controller module
 
* [[Unit_DWCOTG|DWCOTG]] - Synopsis Designware USB host controller module
 
* [[Unit_EHCI|EHCI]] - USB EHCI host controller module (Not yet implemented)
 
* [[Unit_EHCI|EHCI]] - USB EHCI host controller module (Not yet implemented)
 
+
* [[Unit_FreescaleiMX6|FreescaleiMX6]] - Freescale iMX6 SoC support module (Not yet implemented)
 +
* [[Unit_GC880|GC880]] - GC880 GPU driver module
 +
* [[Unit_GC2000|GC2000]] - GC2000 GPU driver module
  
 
=== Network units ===
 
=== Network units ===
Line 101: Line 112:
 
* [[Unit_DHCP|DHCP]] - DHCP configuration module
 
* [[Unit_DHCP|DHCP]] - DHCP configuration module
 
* [[Unit_DNS|DNS]] - DNS client module
 
* [[Unit_DNS|DNS]] - DNS client module
 
+
* [[Unit_FTP|FTP]] - FTP client and server classes (Not yet implemented)
 +
* [[Unit_GlobalSock|GlobalSock]] - Global socket constants and type definitions
 +
* [[Unit_HTTP|HTTP]] - HTTP client and server classes
 +
* [[Unit_ICMP|ICMP]] - ICMP protocol module
 +
* [[Unit_ICMPv6|ICMPv6]] - ICMPv6 protocol module
 +
* [[Unit_IGMP|IGMP]] - IGMP protocol module
 +
* [[Unit_IMAP4|IMAP4]] - IMAP4 client and server classes
 +
* [[Unit_IP|IP]] - IPv4 transport module
 +
* [[Unit_IPHlpAPI|IPHlpAPI]] - IP Helper API
 +
* [[Unit_IPv6|IPv6]] - IPv6 transport module
  
 
=== Filesystem units ===
 
=== Filesystem units ===
 
----
 
----
  
* [[Unit_CDFS|CDSFS]] - CD (ISO9660/Joliet) filesystem module
+
* [[Unit_CDFS|CDFS]] - CD (ISO9660/Joliet) filesystem module
 
* [[Unit_CIFS|CIFS]] - Common Internet File System (CIFS) filesystem module (Not yet implemented)
 
* [[Unit_CIFS|CIFS]] - Common Internet File System (CIFS) filesystem module (Not yet implemented)
 
* [[Unit_EXTFS|EXTFS]] - EXT2/3/4 filesystem module (Not yet implemented)
 
* [[Unit_EXTFS|EXTFS]] - EXT2/3/4 filesystem module (Not yet implemented)
 +
* [[Unit_FATFS|FATFS]] - FAT12/16/32 filesystem module
 +
* [[Unit_Filesystem|Filesystem]] - Filesystem manager
  
  
 
=== Extra units ===
 
=== Extra units ===
 
----
 
----

Revision as of 07:21, 27 January 2016

Ultibo core includes a range of units which make up the complete API, some of these are internal to the core and are not intended to be called by applications, others provide an API which can be used to access features and functionality from within your application.

Each unit is listed below with a link to the individual documentation outlining it's function and usage.

Boot units


  • BootRPi - Raspberry Pi (A, B, A+, B+, Zero) boot module
  • BootRPi2 - Raspberry Pi 2B boot module
  • BootBBB - BeagleBone Black boot module (Not yet implemented)
  • BootBPi - Banana Pi boot module (Not yet implemented)
  • BootBPro - Banana Pro boot module (Not yet implemented)
  • BootCI20 - MIPS Creator CI20 boot module (Not yet implemented)
  • BootCuboxi - Cubox i2/i4 boot module (Not yet implemented)
  • BootOdroidC1 - Odroid C1 boot module (Not yet implemented)
  • BootOdroidU3 - Odroid U3 boot module (Not yet implemented)
  • BootOdroidXU3 - Odroid XU3 boot module (Not yet implemented)
  • BootpcDuino - pcDuino boot module (Not yet implemented)
  • BootPCx86 - PC x86 boot module (Not yet implemented)
  • BootPCx86_64 - PC x86_64 boot module (Not yet implemented)

Platform units


Architecture units


Mandatory units


Generic units



Device units


  • AHCI - Advanced Host Controller Interface (AHCI) (Not yet implemented)
  • ATAOE - ATA over Ethernet (Not yet implemented)
  • ATAPI - ATA/ATAPI (Not yet implemented)
  • Audio - Audio device interface / USB audio driver (Not yet implemented)
  • Bluetooth - Bluetooth device interface (Not yet implemented)
  • Console - Console device interface
  • DAB - Digital Audio Broadcast (DAB) device interface (Not yet implemented)
  • DFU - Device Firmware Update (USB) support module (Not yet implemented)
  • DMA - DMA device interface
  • DVB - Digital Video Broadcast (DVB) device interface (Not yet implemented)
  • Framebuffer - Framebuffer device interface
  • GPIO - GPIO device interface (Not yet implemented)
  • I2C - I2C device interface (Not yet implemented)
  • I2S - I2S device interface (Not yet implemented)
  • iSCSI - iSCSI device interface (Not yet implemented)
  • Keyboard - Keyboard device interface / USB keyboard driver


Hardware units


  • AllwinnerA20 - Allwinner A20 SoC support module (Not yet implemented)
  • AllwinnerH3 - Allwinner A20 SoC support module (Not yet implemented)
  • BCM2708 - Broadcom BCM2835 SoC driver module
  • BCM2709 - Broadcom BCM2836 SoC driver module
  • BCM2835 - Broadcom BCM2835 SoC support module
  • BCM2836 - Broadcom BCM2836 SoC support module
  • DWCOTG - Synopsis Designware USB host controller module
  • EHCI - USB EHCI host controller module (Not yet implemented)
  • FreescaleiMX6 - Freescale iMX6 SoC support module (Not yet implemented)
  • GC880 - GC880 GPU driver module
  • GC2000 - GC2000 GPU driver module

Network units


  • ARP - ARP transport module
  • DHCP - DHCP configuration module
  • DNS - DNS client module
  • FTP - FTP client and server classes (Not yet implemented)
  • GlobalSock - Global socket constants and type definitions
  • HTTP - HTTP client and server classes
  • ICMP - ICMP protocol module
  • ICMPv6 - ICMPv6 protocol module
  • IGMP - IGMP protocol module
  • IMAP4 - IMAP4 client and server classes
  • IP - IPv4 transport module
  • IPHlpAPI - IP Helper API
  • IPv6 - IPv6 transport module

Filesystem units


  • CDFS - CD (ISO9660/Joliet) filesystem module
  • CIFS - Common Internet File System (CIFS) filesystem module (Not yet implemented)
  • EXTFS - EXT2/3/4 filesystem module (Not yet implemented)
  • FATFS - FAT12/16/32 filesystem module
  • Filesystem - Filesystem manager


Extra units