aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/USB/Core/UC3B
AgeCommit message (Expand)Author
2011-03-13Rename UC3B driver files to UC3, as they are generic to all AVR32 UC3 models.Dean
2011-03-13Add experimental support for the UC3A0, UC3A1 and UC3A3 series AVR32 microcon...Dean
2011-03-11Simplify AVR32 UC3B software FIFO, as it will only ever be accessed a byte at...Dean
2011-03-11Add structure padding to the appropriate descriptor structures to maintain co...Dean
2011-03-05Fix UC3B architecture compile errors and ensure the architecture can be compi...Dean
2011-03-05Endpoint_ResetFIFO() renamed to Endpoint_ResetEndpoint(), to be consistent wi...Dean
2011-03-05Add software FIFOs to the UC3B pipe control interfaces, to match the endpoint...Dean
2011-03-05Porting updates for the UC3B architecture - get UC3B partially enumerating us...Dean
2011-02-28Add in USB_INT_RegisterHandlers() internal function to register the interrupt...Dean
2011-02-27Add code to start the USBB Generic Clock from the user-specified master clock...Dean
2011-02-27Oops - ensure that only the relevant/available interrupts are defined and use...Dean
2011-02-27Changed over the AVR8 USB controller interrupt management macros to be inline...Dean
2011-02-27General cleanup and more port work to the AVR32 UC3B.Dean
2011-02-27Fix USB Host mode compile errors for the UC3B architecture.Dean
2011-02-27Move out common architecture-independent core definitions into the appropriat...Dean
2011-02-27More AVR32 UC3B architecture ports - USB device mode applications can now be ...Dean
2011-02-26Removed Pipe_ClearErrorFlags(), pipe error flags are now automatically cleare...Dean
2011-02-26More UC3B architecture port updates.Dean
2011-02-20Fix incorrect Doxygen grouping in the incomplete AVR32 UC3B architecture port.Dean
2011-02-20Make sure the peripheral driver .c files include the driver dispatch header, ...Dean
2011-02-20Rename architecture specific driver files, to make them appear with uniquely ...Dean
2011-02-20Added start of a port of the core USB driver code to the AVR32 UC3B architect...Dean