Removed "Host_" section of the function names in ConfigDescriptor.h, as most of the routines can now be used in device mode on the device descriptor.
Renamed functions in the HID parser to have a "USB_" prefix and the acronym "HID" in the name. Further module-level documentation updates.
This commit is contained in:
@@ -31,9 +31,9 @@
|
||||
/** \ingroup Group_USB
|
||||
* @defgroup Group_USBInterrupt Endpoint and Pipe Interrupts
|
||||
*
|
||||
* Main USB interrupt vector handler. This file manages the main USB interrupt vector, for handling such
|
||||
* events as VBUS interrupts (on supported USB AVR models), device connections and disconnections, etc.
|
||||
* as well as providing easy to use macros for the management of the Endpoint/Pipe interrupt vector.
|
||||
* This module manages the main USB interrupt vector, for handling such events as VBUS interrupts
|
||||
* (on supported USB AVR models), device connections and disconnections, etc. as well as providing
|
||||
* easy to use macros for the management of the unified Endpoint/Pipe interrupt vector.
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user