Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lufa
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Erik Strand
lufa
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
1d433d4506113c95285f633e3553ff62d4cfd05d
Select Git revision
Branches
1
master
default
protected
Tags
15
LUFA-170418
LUFA-151115
LUFA-140928
LUFA-140302
LUFA-130901
LUFA-130901-BETA
LUFA-130303
LUFA-120730
LUFA-120730-BETA
LUFA-120219
LUFA-120219-BETA
LUFA-111009
LUFA-111009-BETA
LUFA-110528
LUFA-110528-BETA
16 results
Begin with the selected commit
Created with Raphaël 2.2.0
1
Nov
31
Oct
30
28
26
25
18
12
11
10
9
7
4
28
Sep
22
21
17
7
5
2
31
Aug
28
24
23
22
19
17
16
9
4
30
Jul
29
26
25
19
18
15
14
13
12
11
10
8
7
6
5
4
2
1
30
Jun
29
27
20
19
18
16
14
13
12
9
8
7
6
5
4
3
2
1
30
May
29
27
26
23
22
19
18
14
13
9
8
27
Apr
25
23
20
13
12
10
8
4
27
Mar
23
21
18
16
15
14
13
11
5
3
28
Feb
27
26
20
19
17
16
15
13
12
11
10
9
6
4
2
30
Jan
26
23
22
17
16
13
10
8
3
1
31
Dec
28
26
25
24
17
13
12
3
2
30
Nov
29
27
26
25
24
23
22
21
17
16
15
14
12
10
9
8
7
5
3
2
29
Oct
28
27
26
25
24
20
17
13
12
10
7
6
2
1
30
Sep
29
28
24
22
21
19
15
14
13
12
11
9
7
5
4
3
31
Aug
29
24
22
21
20
18
10
9
8
5
3
2
1
31
Jul
30
29
28
27
26
25
23
22
21
20
19
18
15
13
12
11
9
8
6
4
2
29
Jun
26
25
24
23
22
21
17
16
15
14
13
12
10
8
7
6
4
3
2
1
31
May
30
29
27
26
Fix XMEGA core USB driver endpoint code to prevent incorrect STALL determination.
Add XMEGA SPI peripheral driver.
Add support for the new MEGA B series devices.
Add support for the Atmel XMEGA A3BU Xplained board.
Fix XMEGA core USB driver so that device mode enumerates correctly on the host PC.
Added INVERTED_ISP_MISO compile time option to the AVRISP-MKII clone project (thanks to Chuck Rohs).
Namespace out the internal endpoint globals in the XMEGA architecture.
Update ENDPOINT_EPNUM_MASK to be 0x0F, the maximum possible USB endpoint number within a device, rather than just the maximum number for the AVR8 and UC3 targets of 0x07.
Namespace out the internal endpoint and pipe globals in the UC3 architecture.
Update XMEGA clock management so that the correct 16-bit calibration is used when requested. Fix endpoint descriptor table so that the frame number is stored into the correct location. Add compile time option to source the USB clock from the PLL rather than the internal 32MHz RC oscillator.
Fix error in XMEGA clock platform driver for the DFLL calibration byte order.
Minor documentation fixes.
XMEGA port improvements; connection and disconnection are now detected correctly. Fixed incorrect interrupt priority levels being set for XMEGA devices.
Fix incorrect Android Accessory Host interface descriptor subclass value (thanks to Opendous Inc.).
Fixed CDC class drivers not saving and sending all 16-bits of the control line states (thanks to Matthew Swabey).
Update XMEGA platform clock management example code to suit the currently released silicon.
Rename the Doxygen page source directory from ManPages/ to DoxygenPages/ to prevent user confusion with the actual *nix Man tool.
Fixed AVRISP-MKII Clone compile warning on AVR8 U4 targets even when NO_VTARGET_DETECT is enabled.
Fixed ring buffer size limited to 255 elements, instead of the intended 65535 elements.
Added reliability patches to the AVRISP-MKII Clone project's PDI/TPI protocols (thanks to Justin Mattair).
When automatic PLL management mode is enabled on the U4 series AVR8 chips, the PLL is now configured for 48MHz and not a divided 96MHz, to lower power consumption and to keep the system within the datasheet specs for 3.3V operation (thanks to Scott Vitale).
Added User Application APIs to the CDC and DFU class bootloaders.
Commit for the 111009 release.
LUFA-111009
LUFA-111009
Fixed port state table corruption in the TCP layer of the RNDIS Ethernet device demos.
Prevent written but unused variable warnings on GCC 4.6 with dummy reads.
USB XMEGA support improvements; add DFLL clock platform support, ensure the endpoint table is correctly aligned and configured in the USB controller.
Added reliability patches to the AVRISP-MKII Clone project's ISP and PDI/TPI protocols (thanks to Justin Mattair).
Fix incorrect function call name in USB_Host_SendControlRequest() for AVR8 devices.
Added endian-correction to the CDC driver's Line Encoding control request handlers.
Fix compile errors for the USB XMEGA parts when the USB driver is used.
Fix compile error on the UC3 targets when INTERRUPT_CONTROL_ENDPOINT compile time option is used (thanks to Ian Woloschin).
Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declared with that meta-attribute are not discarded by the linker.
Fix missing C++ linkage command in ArchitectureSpecific.h.
Add project name to the Doxygen makefile target output.
Add LUFA-111009-BETA tag.
LUFA-111009-BETA
LUFA-111009-BETA
Commit for the 111009 BETA release.
Add const qualifier to all PROGMEM data to prevent warnings in newer AVR-GCC compiler versions.
Fix Class Driver GenericHID demo using the wrong size for the returned reports.
Fixed HID Parser's largest report size bit count not including the size of the last parsed report item.
Fixed incorrect buffer size check in the USBtoSerial project (thanks to Yuri A Nikiforov).
Loading