aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/AVR8/USBController_AVR8.h
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2013.Dean Camera2013-01-031-2/+2
|
* Remove support for devices that were not put into production.Dean Camera2013-01-031-2/+2
|
* Minor documentation improvements.Dean Camera2012-10-051-1/+1
|
* Fixed logic hole breaking USB operations on a USB controller with only one ↵Dean Camera2012-08-281-4/+6
| | | | supported USB mode and no USB_DEVICE_ONLY or USB_HOST_ONLY configuration token set.
* Spell check source code, fix mistakes.Dean Camera2012-06-091-1/+1
|
* Minor documentation fixes - change \note entries to \warning where ↵Dean Camera2012-02-241-6/+5
| | | | appropriate and remove/update old documentation.
* Update file contributor copyrights for 2012.Dean Camera2012-02-041-1/+1
|
* Update file header copyrights for 2012.Dean Camera2012-02-041-1/+1
|
* Minor documentation fixes.Dean Camera2011-10-301-10/+10
|
* Move out the EP_TYPE_* macros to the base USBController.h header, as these ↵Dean Camera2011-07-191-27/+0
| | | | are used in the device descriptors as well and thus must not be changed.
* Tighten up the implementations of the USB_Device_SetDeviceAddress(), ↵Dean Camera2011-07-061-8/+6
| | | | | | USB_Controller_Reset() and USB_PLL_On() functions for the AVR8 devices. Minor corrections to the documentation of the USB_Control_Request_t enum.
* Fix reversed descriptions for the AVR8 USB pad regulator enable/disable ↵Dean Camera2011-04-201-2/+3
| | | | masks (thanks to Omar).
* F_CLOCK changed to F_USB to be more descriptive, and applicable on future ↵Dean Camera2011-03-211-5/+5
| | | | architecture ports.
* Rename architecture specific driver files, to make them appear with uniquely ↵Dean Camera2011-02-201-0/+465
identifying filenames in the documentation.