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
/
AVR8
Age
Commit message (
Expand
)
Author
2011-05-27
Merge over trunk changes to the 110528 BETA to form the 110528 release.
Dean
2011-04-12
Add missing function attributes to the pipe/endpoint functions for all archit...
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
Oops - fix incorrect variable name in the updated Pipe_Write_8() function.
Dean
2011-04-04
Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_...
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-15
Implemented on-demand PLL clock generation for the U4, U6 and U7 series USB A...
Dean
2011-03-14
Oops - fix internal serial number extraction routine for the AVR8 architecture.
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-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-03-03
Fixed Still Image Host class driver exiting the descriptor search routine pre...
Dean
2011-02-28
Add in USB_INT_RegisterHandlers() internal function to register the interrupt...
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
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
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
2011-02-20
More Doxygen updates for multiple architecture support.
Dean
2011-02-20
Start update of documentation to support possible multiple architectures in t...
Dean
2011-02-19
Initial restructuring of the core USB driver module to support multiple archi...
Dean