aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/usb_device_core.rst
blob: fc70186258c2e5be431ca7f8ae7eb712e2d6a3b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
===============
USB Device Core
===============

USB Device Core is a part of the USB Device Stack library. It handles all the requests
during USB Enumeration process and helps upper class driver to be installed successfully
if only the descriptor configuration is correct. For more detailed description about Bus
Enumeration, user can refer to Chapter 9 (USB Device Framework) in Universal Serial Bus
Specification.

Features
--------
* Initialization/de-initialization
* Enabling/disabling USB device class components
* Data Transfer
* Attaching/detaching control
* Waking up by USB host
* Callbacks management on:

  * SOF event
  * USB Device state change
  * USB Device request handler


Applications
------------

N/A

Dependencies
------------

* USB Device Driver
* USB Protocol Core


Limitations
-----------

* It is recommended that at least one device class should run above the USB
  device core.