aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/AVR8/Device_AVR8.h
Commit message (Expand)AuthorAgeFilesLines
* Documentation: Fix Doxygen grouping.Dean Camera2019-09-041-2/+2
* Documentation: Update copyrights to 2019.Dean Camera2019-01-081-2/+2
* Ensure USE_INTERNAL_SERIAL is set to NO_DESCRIPTOR if internal serial is disa...Dean Camera2018-02-181-6/+7
* Make USE_INTERNAL_SERIAL configureable as makefile defineNicoHood2018-01-221-0/+2
* Update copyrights for 2018.Dean Camera2018-01-041-2/+2
* Update copyrights for 2017.Dean Camera2017-04-181-2/+2
* Update copyrights to 2016.Dean Camera2016-01-311-2/+2
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-171-2/+2
* Update copyrights for 2014.Dean Camera2014-01-041-3/+3
* Suppress unused function parameter warnings in the USB driver.Dean Camera2013-01-271-1/+3
* Fix broken XMEGA USB support.Dean Camera2013-01-271-2/+2
* Update copyright year to 2013.Dean Camera2013-01-031-2/+2
* Fixed hardware race condition that could cause failed device enumerations for...Dean Camera2013-01-031-3/+6
* Minor documentation improvements.Dean Camera2012-10-051-1/+1
* Minor documentation fixes - change \note entries to \warning where appropriat...Dean Camera2012-02-241-12/+12
* Allow serial strings to be generated on the older AVR8 devices which do not e...Dean Camera2012-02-081-2/+2
* Update file contributor copyrights for 2012.Dean Camera2012-02-041-1/+1
* Update file header copyrights for 2012.Dean Camera2012-02-041-1/+1
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...Dean Camera2011-12-231-8/+8
* Add XMEGA compile time tokens to the LUFAConfig.h code template.Dean Camera2011-11-231-0/+8
* Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declare...Dean Camera2011-09-221-0/+2
* Add high speed USB support for the UC3 devices containing a high speed USB co...Dean Camera2011-07-141-22/+23
* Add missing function attributes.Dean Camera2011-07-121-0/+1
* Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnum...Dean Camera2011-07-081-2/+2
* Tighten up the implementations of the USB_Device_SetDeviceAddress(), USB_Cont...Dean Camera2011-07-061-23/+25
* Fixed compile error when FIXED_CONTROL_ENDPOINT_SIZE compile time option was ...Dean Camera2011-06-201-0/+10
* Fixed possible invalid program execution when in host mode if corrupt descrip...Dean Camera2011-05-141-7/+15
* Add missing function attributes to the pipe/endpoint functions for all archit...Dean Camera2011-04-121-1/+2
* Move global interrupt enable/disable functions out to Common.h and document t...Dean Camera2011-04-081-3/+3
* Add in a new common Delay_MS() function, which provides a blocking delay for ...Dean Camera2011-04-081-14/+16
* Oops - fix internal serial number extraction routine for the AVR8 architecture.Dean Camera2011-03-141-1/+1
* Simplify the internal serial extraction routines for each architecture.Dean Camera2011-03-131-9/+9
* Add experimental support for the AVR32 UC3A4 microcontrollers.Dean Camera2011-03-131-6/+6
* General cleanup and more port work to the AVR32 UC3B.Dean Camera2011-02-271-1/+1
* Move out common architecture-independent core definitions into the appropriat...Dean Camera2011-02-271-29/+0
* More AVR32 UC3B architecture ports - USB device mode applications can now be ...Dean Camera2011-02-271-1/+1
* Rename architecture specific driver files, to make them appear with uniquely ...Dean Camera2011-02-201-0/+258