index
:
avr/qmk/lufa
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
LUFA
/
Drivers
/
USB
/
Core
/
XMEGA
Commit message (
Expand
)
Author
Age
Files
Lines
*
Documentation: Fix Doxygen grouping.
Dean Camera
2019-09-04
3
-12
/
+12
*
Documentation: Update copyrights to 2019.
Dean Camera
2019-01-08
16
-32
/
+32
*
Optimize Endpoint_Discard_Stream() and Endpoint_Null_Stream().
Dean Camera
2018-12-08
1
-16
/
+6
*
Ensure USE_INTERNAL_SERIAL is set to NO_DESCRIPTOR if internal serial is disa...
Dean Camera
2018-02-18
1
-6
/
+7
*
Make USE_INTERNAL_SERIAL configureable as makefile define
NicoHood
2018-01-22
1
-0
/
+2
*
Update copyrights for 2018.
Dean Camera
2018-01-04
16
-32
/
+32
*
Update copyrights for 2017.
Dean Camera
2017-04-18
16
-32
/
+32
*
Update copyrights to 2016.
Dean Camera
2016-01-31
16
-32
/
+32
*
Update copyrights to 2015 (better late than never).
Dean Camera
2015-05-17
16
-32
/
+32
*
Minor code style fixes, documentation improvements.
Dean Camera
2014-07-22
1
-4
/
+5
*
Fix XMEGA USB prescaler calculation
Bert van Hall
2014-07-22
1
-3
/
+13
*
Fix possible infinite loop in the control stream write template functions.
Dean Camera
2014-06-08
1
-0
/
+2
*
Update copyrights for 2014.
Dean Camera
2014-01-04
16
-69
/
+69
*
Fixed re-enumeration issue of XMEGA architecture targets.
Dean Camera
2013-08-13
1
-1
/
+1
*
Fixed incorrect USB device state set when a suspended LUFA device is woken wh...
Dean Camera
2013-07-15
1
-1
/
+1
*
Revert incorrect XMEGA interrupt disable patch; all flags *except* the interr...
Dean Camera
2013-05-05
1
-1
/
+1
*
Minor documentation improvements.
Dean Camera
2013-05-04
1
-3
/
+2
*
Move USB mode enum into the top level USB controller header, as it is common ...
Dean Camera
2013-04-28
1
-10
/
+0
*
Reduce the amount of inlining of core Endpoint functions for XMEGA, to reduce...
Dean Camera
2013-04-14
2
-99
/
+112
*
Fix incorrect Interrupt disable function for the XMEGA architecture (thanks t...
Dean Camera
2013-03-23
1
-1
/
+1
*
Minor documentation improvements.
Dean Camera
2013-03-18
1
-1
/
+1
*
Reset XMEGA NVM read command to the symbolic NO_OPERATION constant rather tha...
Dean Camera
2013-02-13
1
-4
/
+4
*
Suppress unused function parameter warnings in the USB driver.
Dean Camera
2013-01-27
1
-0
/
+2
*
Fix broken XMEGA USB support.
Dean Camera
2013-01-27
2
-5
/
+12
*
Update copyright year to 2013.
Dean Camera
2013-01-03
16
-32
/
+32
*
Fixed hardware race condition that could cause failed device enumerations for...
Dean Camera
2013-01-03
1
-0
/
+6
*
Clean up unnecessary CPPCheck static analysis suppression comments, force Dox...
Dean Camera
2012-10-14
3
-3
/
+0
*
Minor documentation improvements.
Dean Camera
2012-10-05
16
-16
/
+16
*
Update LUFA core to be compatible with the AVR-GCC -Wswitch-default warning s...
Dean Camera
2012-09-09
1
-12
/
+18
*
Fixed logic hole breaking USB operations on a USB controller with only one su...
Dean Camera
2012-08-28
2
-8
/
+15
*
Minor documentation corrections.
Dean Camera
2012-08-27
1
-20
/
+30
*
Spell-check latest trunk source code.
Dean Camera
2012-08-18
1
-1
/
+1
*
Minor documentation improvements.
Dean Camera
2012-07-15
1
-6
/
+6
*
Add svn:eol-style property on all source files where it was missing. Fix line...
Dean Camera
2012-06-21
2
-920
/
+920
*
Add checks to the endpoint and pipe configure functions and fail if the reque...
Dean Camera
2012-06-10
2
-2
/
+6
*
Add MAX_ENDPOINT_INDEX compile time option for the XMEGA devices.
Dean Camera
2012-06-10
1
-2
/
+6
*
Spell check source code, fix mistakes.
Dean Camera
2012-06-09
1
-1
/
+1
*
Fix incorrect definition for the XMEGA Endpoint_BytesInEndpoint() function wh...
Dean Camera
2012-05-26
1
-1
/
+4
*
Upgrade Doxygen configuration files for Doxygen 1.8.1, fix broken stylesheet ...
Dean Camera
2012-05-20
1
-12
/
+12
*
Add missing CPPCheck unusedFunction check suppressions on the USB template fu...
Dean Camera
2012-05-19
3
-0
/
+3
*
Add additional preprocessor sanity checks for the XMEGA platform based on the...
Dean Camera
2012-05-05
3
-6
/
+12
*
Reintegrate the FullEPAddresses development branch into trunk.
Dean Camera
2012-04-14
6
-140
/
+92
*
Add architecture guards to all architecture-specific files, so that they can ...
Dean Camera
2012-04-07
7
-0
/
+30
*
Minor documentation fixes - change \note entries to \warning where appropriat...
Dean Camera
2012-02-24
3
-19
/
+17
*
Fix errors uncovered by the new build test compile warnings; fix UC3 pipe con...
Dean Camera
2012-02-19
2
-2
/
+3
*
Fix XMEGA architecture not correctly resetting the device address and endpoin...
Dean Camera
2012-02-09
1
-0
/
+3
*
Update file contributor copyrights for 2012.
Dean Camera
2012-02-04
16
-16
/
+16
*
Update file header copyrights for 2012.
Dean Camera
2012-02-04
16
-16
/
+16
*
Minor corrections to the XMEGA USB controller implementation.
Dean Camera
2012-02-04
4
-6
/
+16
*
Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...
Dean Camera
2011-12-23
12
-57
/
+62
[next]