aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/UC3/Device_UC3.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-1/+2
* 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-2/+2
* Suppress unused function parameter warnings in the USB driver.Dean Camera2013-01-271-0/+2
* 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-1/+6
* Minor documentation improvements.Dean Camera2012-10-051-1/+1
* Minor documentation fixes - change \note entries to \warning where appropriat...Dean Camera2012-02-241-4/+3
* 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
* Added endian-correction to the CDC driver's Line Encoding control request han...Dean Camera2011-10-071-1/+1
* Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declare...Dean Camera2011-09-221-0/+2
* Add missing SVN eol-style property to files where it was missing.Dean Camera2011-07-151-259/+259
* Add high speed USB support for the UC3 devices containing a high speed USB co...Dean Camera2011-07-141-23/+43
* 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-21/+21
* Minor internal macro renaming for the UC3 devices.Dean Camera2011-06-201-1/+1
* 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/+16
* 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
* Simplify the internal serial extraction routines for each architecture.Dean Camera2011-03-131-11/+11
* Add experimental support for the AVR32 UC3A4 microcontrollers.Dean Camera2011-03-131-10/+47
* Rename UC3B driver files to UC3, as they are generic to all AVR32 UC3 models.Dean Camera2011-03-131-0/+179