Difference between revisions of "emUSB-Host"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "SEGGER's emUSB-Host is a USB host software specifically designed for embedded systems. It implements full USB host functionality, including external hub support, and optionall...")
 
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
SEGGER's emUSB-Host is a USB host software specifically designed for embedded systems. It implements full USB host functionality, including external hub support, and optionally provides device class drivers. It enables developers to easily add USB host functionality to embedded systems.
 
SEGGER's emUSB-Host is a USB host software specifically designed for embedded systems. It implements full USB host functionality, including external hub support, and optionally provides device class drivers. It enables developers to easily add USB host functionality to embedded systems.
  +
  +
__TOC__
  +
  +
== USB classes ==
  +
* [[USB_Audio | Audio class]]
  +
* [[CCID | Chip Card Interface Device (CCID)]]
  +
* [[CDC | Communication Device Class - Abstract Control Model (CDC-ACM)]]
  +
* [[HID | Human interface device (HID)]]
  +
* [[MSD | Mass Storage Device (MSD)]]
  +
* [[MTP | Media Transfer Protocol (MTP)]]
  +
* [[USB_Printer | Printer class]]
  +
  +
== Related technologies ==
  +
* [[LAN adapter support]]
  +
  +
== Special issues ==
  +
* [[DWC2 host controller]]

Latest revision as of 19:22, 2 February 2024

SEGGER's emUSB-Host is a USB host software specifically designed for embedded systems. It implements full USB host functionality, including external hub support, and optionally provides device class drivers. It enables developers to easily add USB host functionality to embedded systems.

USB classes

Related technologies

Special issues