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
41de1d1dab863c7b769f6e492c36c115994c403d
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
18
Mar
17
15
14
13
9
8
7
6
5
4
29
Feb
28
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
Fixed error in the AVRISP-MKII programmer when ISP mode is used at 64KHz (thanks to Ben R. Porter).
Add XMEGA C3 family to the ModuleTest build test.
Fixed compile error if LEDs_Disable() is called and BOARD=NONE is set (thanks to Sam Lin).
Fixed incorrect call to the user callback CALLBACK_Audio_Device_GetSetInterfaceProperty() in the Audio Class device driver (thanks to Tiit Ratsep).
Audio Device Class driver changed to also require the index of the Audio Control interface within the device, for SET/GET/CUR/MIN/MAX/RES property adjustments.
Reorder manual documentation sections, remove useless "AboutLUFA" section.
Only abort Doxygen documentation generation if a non-unsupported tag warning is encountered.
Added Dataflash operational checks and aborts to all projects using the Dataflash to ensure it is working correctly before use.
Update maintenance scripts to add targets to validate the current branch for complete correctness. Add maintenance script target for checking for release suitability.
Update Doxygen documentation build scripts to fail if any warnings are generated.
Fix corrupt Doxygen configuration files, update project names.
Update Doxygen configuration files to disable Markdown support.
Update maintenance scripts to disable Doxygen Markdown support.
Prevent the first maintenance script rule from running if no target is specified to the maintenance script.
Update maintenance scripts to abort if the check-release target fails to complete.
Fix incorrect Doxygen references in the Audio Input/Output ClassDriver demos.
Update Doxygen configuration files for all projects.
Add library maintenance scripts.
Minor documentation improvements.
Fixed compile error for the UC3 architecture when INTERRUPT_CONTROL_ENDPOINT is specified (thanks to Andrus Aaslaid).
Raised the guard bits in the AVRISP-MKII clone project when in PDI and TPI to 32, to prevent communication errors on low quality connections to a target.
Minor documentation improvements.
Update code and StaticAnlysisTest so that missingInclude warnings do not have to be suppressed, and so that all code except for third party libraries can be checked.
Minor documentation improvements.
Update ModuleTest to compile for each sub-family within each architecture, to ensure that the code compiles for all devices (not just for one device in each architecture).
Update StaticAnalysisTest to check for missing header files. Fix found incorrect header file paths in the demos and projects.
Fix warnings and errors found by the new cppcheck provided static code analysis.
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.
Loading