index
:
suspect-devices/lufa
master
fork to update the benito, midimonster and other suspect devices products
feurig
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
LUFA
/
Drivers
/
USB
/
Core
/
UC3
Age
Commit message (
Expand
)
Author
2011-07-14
Correct the maximum banks per endpoint information macros for the UC3A3 and U...
Dean
2011-07-14
Add support for triple endpoint/pipe bank AVR32 UC3 devices.
Dean
2011-07-14
Add missing ENDPOINT_DETAILS_EP7 macro for the UC3A3/UC3A4 devices.
Dean
2011-07-14
Add high speed USB support for the UC3 devices containing a high speed USB co...
Dean
2011-07-12
Add missing function attributes.
Dean
2011-07-08
Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnum...
Dean
2011-07-06
Tighten up the implementations of the USB_Device_SetDeviceAddress(), USB_Cont...
Dean
2011-06-20
Minor internal macro renaming for the UC3 devices.
Dean
2011-06-20
Fixed compile error when FIXED_CONTROL_ENDPOINT_SIZE compile time option was ...
Dean
2011-06-14
Add macro guards to the templated C files to prevent compile errors if they a...
Dean
2011-06-09
Fix compile errors when both Host and Device modes are enabled.
Dean
2011-06-08
Pipe_BoundEndpointNumber() has been renamed to Pipe_GetBoundEndpointAddress()...
Dean
2011-06-08
Fix compile errors when compiling for the AVR32 UC3 target.
Dean
2011-06-05
Massive corrections to the project documentation and code comments, thanks to...
Dean
2011-06-01
Spell check library source code files.
Dean
2011-05-30
Altered the definition of the USB_Audio_Descriptor_Format_t descriptor so tha...
Dean
2011-05-27
Add new USB_Host_SetInterfaceAltSetting() convenience function.
Dean
2011-05-26
Fix incorrect macro guard in the UC3 EndpointStream header file.
Dean
2011-05-26
Copy out the EndpointStream and PipeStream functions to each architecture, so...
Dean
2011-05-14
Fixed possible invalid program execution when in host mode if corrupt descrip...
Dean
2011-04-25
Add __VA_ARGS__ support to the LUFA supplied ISR macro. Add proper result typ...
Dean
2011-04-12
Add missing function attributes to the pipe/endpoint functions for all archit...
Dean
2011-04-10
Remove redundant type information for bitfield elements, other than the signe...
Dean
2011-04-08
Move global interrupt enable/disable functions out to Common.h and document t...
Dean
2011-04-08
Correct UC3 global interrupt functions.
Dean
2011-04-08
Add in a new common Delay_MS() function, which provides a blocking delay for ...
Dean
2011-04-04
Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_...
Dean
2011-03-21
Add in new architecture attribute defines to selectively remove the EEPROM an...
Dean
2011-03-21
F_CLOCK changed to F_USB to be more descriptive, and applicable on future arc...
Dean
2011-03-15
Fixed Remote Wakeup broken on the AVRs due to the mechanism only operating wh...
Dean
2011-03-14
Correct Endpoint/Pipe maximum constants for the AVR32 UC3 models.
Dean
2011-03-13
Simplify the internal serial extraction routines for each architecture.
Dean
2011-03-13
Add experimental support for the AVR32 UC3A4 microcontrollers.
Dean
2011-03-13
Re-add accidentally deleted Host_UC3.c and Host_UC3.h files.
Dean
2011-03-13
Rename UC3B driver files to UC3, as they are generic to all AVR32 UC3 models.
Dean