aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/UC3
Commit message (Expand)AuthorAgeFilesLines
* Add missing function attributes to the pipe/endpoint functions for all archit...Dean Camera2011-04-124-2/+6
* Remove redundant type information for bitfield elements, other than the signe...Dean Camera2011-04-104-4/+4
* Move global interrupt enable/disable functions out to Common.h and document t...Dean Camera2011-04-083-41/+6
* Correct UC3 global interrupt functions.Dean Camera2011-04-082-3/+4
* Add in a new common Delay_MS() function, which provides a blocking delay for ...Dean Camera2011-04-086-27/+72
* Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_...Dean Camera2011-04-042-114/+112
* Add in new architecture attribute defines to selectively remove the EEPROM an...Dean Camera2011-03-211-0/+4
* F_CLOCK changed to F_USB to be more descriptive, and applicable on future arc...Dean Camera2011-03-211-2/+2
* Fixed Remote Wakeup broken on the AVRs due to the mechanism only operating wh...Dean Camera2011-03-152-7/+3
* Correct Endpoint/Pipe maximum constants for the AVR32 UC3 models.Dean Camera2011-03-142-13/+39
* 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-132-11/+48
* Re-add accidentally deleted Host_UC3.c and Host_UC3.h files.Dean Camera2011-03-132-0/+777
* Rename UC3B driver files to UC3, as they are generic to all AVR32 UC3 models.Dean Camera2011-03-1310-0/+3395