Purpose
This directory provides a library of highly re-usable code to build USB applications with Atmel SAMv7 microcontrollers.
Contents
The directory can basically be divided into three sections for their usage:
- common: common USB definitions and routines, including standard USB spec. and the following classes: audio, cdc, hid, massstorage;
- device: re-usable & portable software USB device modules, including general UDP driver for SAMv7 microcontroller and the following devices: audio-speaker, ccid, cdc-serial, hid-keyboard, massstorage;
- host: re-usable & portable software USB host modules
Definition
Drivers