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
Graph
70284d390f524e84e0539ad1e869366aaf94cf24
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
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
28
Feb
26
25
24
22
20
19
18
13
12
11
9
8
6
5
4
3
2
1
30
Jan
29
28
23
15
2
26
Dec
23
20
14
13
11
1
29
Nov
28
24
23
22
18
16
14
9
1
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
Add source static analysis build test using "cppcheck".
Minor documentation improvements.
Fixed possible enumeration error if the user application selects the non-Control pipe between the Powered and Default states of the host state machine.
Remove Library Apps overview page from the documentation.
Update main library documentation organisation for Doxygen 1.8.0.
Update author information.
Modified the CDC Host demos to set a default CDC Line Encoding on enumerated devices.
Minor documentation fixes - change \note entries to \warning where appropriate and remove/update old documentation.
Minor documentation fixes - change \note entries to \warning where appropriate and remove/update old documentation.
Added support for the BitWizard Multio and Big-Multio boards.
Update the Android Accessory Host ClassDriver demo to use the updated class configuration API.
Remove potentially unaligned uint32_t access in HIDParser.c, replace with standard C bit shifts.
Update trunk post-120219 release.
Add tag for the 120219 release.
LUFA-120219
LUFA-120219
Commit for the 120219 release.
Fix errors uncovered by the new build test compile warnings; fix UC3 pipe configuration function broken, redundant function prototypes and unused parameters.
All USB Class Driver configuration struct values are now non-const, to allow for run-time modifications if required before configuring an instance.
Update ModuleTest build test to use as many compile warnings as possible. Set -Werror so that any generated warnings produce an error.
Update build test "ModuleTest" to check platform drivers where possible. Add missing copyright/license headers.
Oops - don't reset AVRISP-MKII timeout in XPROG mode, as this is synchronous serial and data is always received regardless of attached or non-attached target.
Add build test for forced single USB modes.
Add build tests to verify correct compilation of as many modules as possible under as many architectures as possible.
Minor documentation improvements.
Add missing file Subversion EOL-style properties.
Fix Dataflash driver for the XMEGA-B1 XPLAINED - the Dataflash is connected to the USART module, but requires physical port remapping.
Minor documentation improvements.
Minor documentation improvements.
Add new Master SPI Mode USART serial peripheral driver for the XMEGA and AVR8 architectures.
Added Serial USART peripheral driver for the XMEGA platform.
Minor documentation improvements.
Clean up the Audio Device class driver control request Endpoint match logic.
Altered the HID class driver to only try to construct at maximum one packet per USB frame, to reduce CPU usage.
Fix XMEGA architecture not correctly resetting the device address and endpoints in response to a USB bus reset from the host.
Update XMEGA board drivers to use the port inversion feature of the XMEGA architecture rather than performing the inversion in software. Add partially completed XMEGA-B1-XPLAINED Dataflash board driver and revert implementation of the XMEGA-A3BU-XPLAINED Dataflash driver as the chip is connected to the USART, not the SPI interface.
Minor documentation fixes.
Allow serial strings to be generated on the older AVR8 devices which do not explicitly state they contain unique values in the datasheet, as this appears to be implemented in hardware.
Updated the AVRISP-MKII Clone programmer project to be compatible with the latest version of AVR Studio (version 5.1).
Oops - XMEGA-B1 Xplained LEDs are on PORTB and PORTE, not PORTF and PORTE.
Add board driver support for the Atmel XMEGA-B1 Xplained board.
Add (still preliminary) support for the ATXMEGA64A4 and ATXMEGA128A4. Fix minor error in the AVRISP-MKII clone project descriptors.
Loading