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