Integrating USB Device Into Your Project#

Micrium OS USB Device is composed of several components, each of which is a set of files that implement specific functions. The USB Device module consists of one component for the core part named "USB Device". This component is mandatory and must always be part of your project. It also consists of one component per class and driver, and at least one of each of these is also mandatory. To use USB Device, you must add these files to your project and populate your RTOS description file .

Starting the USB Device Module Quickly#

Micrium offers a set of example applications that demonstrate some of the features of Micrium OS USB Device and help you start the development of your application. We highly recommended that you start from one of these examples.

The following sections describe each example applications available.