aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/UC3
Commit message (Expand)AuthorAgeFilesLines
...
* Minor internal macro renaming for the UC3 devices.Dean Camera2011-06-204-6/+6
* Fixed compile error when FIXED_CONTROL_ENDPOINT_SIZE compile time option was ...Dean Camera2011-06-201-0/+10
* Add macro guards to the templated C files to prevent compile errors if they a...Dean Camera2011-06-144-1/+136
* Fix compile errors when both Host and Device modes are enabled.Dean Camera2011-06-091-1/+1
* Pipe_BoundEndpointNumber() has been renamed to Pipe_GetBoundEndpointAddress()...Dean Camera2011-06-082-12/+7
* Fix compile errors when compiling for the AVR32 UC3 target.Dean Camera2011-06-082-0/+2
* Massive corrections to the project documentation and code comments, thanks to...Dean Camera2011-06-052-2/+2
* Spell check library source code files.Dean Camera2011-06-013-4/+4
* Altered the definition of the USB_Audio_Descriptor_Format_t descriptor so tha...Dean Camera2011-05-302-3/+3
* Add new USB_Host_SetInterfaceAltSetting() convenience function.Dean Camera2011-05-272-0/+30
* Fix incorrect macro guard in the UC3 EndpointStream header file.Dean Camera2011-05-261-2/+2
* Copy out the EndpointStream and PipeStream functions to each architecture, so...Dean Camera2011-05-268-0/+1388
* Fixed possible invalid program execution when in host mode if corrupt descrip...Dean Camera2011-05-141-7/+16
* Add __VA_ARGS__ support to the LUFA supplied ISR macro. Add proper result typ...Dean Camera2011-04-254-6/+8
* 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