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
/
XMEGA
Age
Commit message (
Expand
)
Author
2012-02-05
Add new tag for the LUFA-120219-BETA release.
LUFA-120219-BETA
Dean
2011-12-23
Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...
dean
2011-12-13
Minor XMEGA USB driver fixes.
Dean
2011-11-23
Add XMEGA compile time tokens to the LUFAConfig.h code template.
Dean
2011-11-14
Minor corrections for the XMEGA USB controller. Add compile time warning if t...
Dean
2011-11-01
Fix XMEGA core USB driver endpoint code to prevent incorrect STALL determinat...
Dean
2011-10-31
Add support for the Atmel XMEGA A3BU Xplained board.
Dean
2011-10-31
Fix XMEGA core USB driver so that device mode enumerates correctly on the hos...
Dean
2011-10-30
Namespace out the internal endpoint globals in the XMEGA architecture.
Dean
2011-10-30
Update XMEGA clock management so that the correct 16-bit calibration is used ...
Dean
2011-10-30
XMEGA port improvements; connection and disconnection are now detected correc...
Dean
2011-10-09
Prevent written but unused variable warnings on GCC 4.6 with dummy reads.
Dean
2011-10-07
USB XMEGA support improvements; add DFLL clock platform support, ensure the e...
Dean
2011-10-04
Fix compile errors for the USB XMEGA parts when the USB driver is used.
Dean
2011-09-22
Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declare...
Dean
2011-08-23
Minor documentation fixes.
Dean
2011-07-25
Fixed USB_USBTask not being called internally in stream transfers between pac...
Dean
2011-07-19
Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOIN...
Dean
2011-07-19
Add support for the ORDERED_EP_CONFIG compile time token on the UC3 architect...
Dean
2011-07-19
Move out the EP_TYPE_* macros to the base USBController.h header, as these ar...
Dean
2011-07-18
More USB XMEGA porting for Endpoint control.
Dean
2011-07-15
Add missing SVN eol-style property to files where it was missing.
Dean
2011-07-15
Add option to the USB XMEGAs to set the USB bus interrupt priority level.
Dean
2011-07-15
Complete USB XMEGA interrupt control subsystem code in the core USB driver.
Dean
2011-07-14
Complete initial revision of the XMEGA Clock Management platform driver.
Dean
2011-07-14
Update UC3 platform driver support to use the bitmasks defined in the header ...
Dean
2011-07-14
More XMEGA USB AVR device port work - re-add missing Endpoint stream function...
Dean
2011-07-14
Implementation of several key core USB driver functions for the new USB XMEGA...
Dean
2011-07-13
Add start of an architecture port to the Atmel USB XMEGA devices.
Dean