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.
b5682f2c4476c368589c084b374bcdd997e85cdb
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
2
Jun
1
29
May
27
26
21
20
19
18
17
15
13
12
10
7
6
5
29
Apr
25
23
19
18
16
15
14
9
8
7
5
1
29
Mar
25
23
20
18
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
Rename program_ee AVRDUDE module target to program-ee. Update CORE build module to print out lists one item per line, rather than all on one line.
Fix AVRDUDE and BUILD build system module comments.
Clean up CORE build system module, use simple rather than recursive make variables for internal constants and $(shell) derived values.
Add platform driver dispatch header and makefile module source variable.
Fix incorrect bank mask in Endpoint_ConfigureEndpoint() for the UC3 devices.
Clean up BUILD build system module - seperate architecture utility prefix code and sanity check from the CC_FLAGS construction code. Add target to print GCC version.
Add dependency file tracking to the BUILD build system module.
Fix UC3 support in the BUILD build system module. Fix bug in the EVK1101 board buttons driver.
Ensure that USB_DEVICE_ONLY or USB_HOST_ONLY is properly set for devices that physically do not support a particular mode. Fix main LUFA library makefile default target.
Minor documentation improvements.
Update library documentation on the standard LUFA makefile template configuration.
Remove any variables in the optional build variable list that are marked as mandatory by one or more included build system modules in the CORE build system module. Alter DOXYGEN build system module to by default override the Doxygen configuration file stylesheet and replace it with the LUFA Doxygen stylesheet.
Remove space padding on the current time when automatically generating AVR Studio 4 project creation/modification timestamps.
Ensure build tests use the system provided $(MAKE) variable to determine the command to invoke make, rather than a hard-coded name. Strip off excess whitespace from the list of object files when printing them out to the shell in the build system BUILD module.
Ensure the BULD build system module produces a LSS listing file output when the "all" target is invoked.
Strip trailing slash from the user-supplied LUFA_PATH directory, to prevent double slashes from appearing in the commands/output.
Add EEPROM programming target to the AVRDUDE build system module. Correct message output test for the BUILD build system module. Clean up DOXYGEN build system module logic.
Clean up ordering of build system module sanity checks.
Simplify build system mandatory parameter/variable sanity checks.
Don't print out full object file paths in the build system when cleaning object files.
Add build system targets for lists of mandatory and optional parameters/variables.
Add C_FLAGS, CPP_FLAGS and ASM_FLAGS variables to the build system BUILD module to allow for language-specific compiler/assembler flags.
Oops - fix accidental negation in the BUILD module architecture detection code. Add error if an unsupported architecture is requested.
Disable linker relaxations for the UC3 architecture, as this does not appear to be supported in the linker.
Replace architecture specific makefiles in the BuildTests with the new common build system makefiles.
Make BUILD build system module not destroy C++ source files, and support multiple architectures.
Switch over Demos, Bootloaders and Projects to the new and improved build system.
Minor documentation improvements.
Minor cleanup to Attributes.h spacing and rename old multiple-inclusion macro guard.
Make sure that LUFAConfig.h is included *after* the common submodules, so that the architecture and other defines are available to the configuration header.
Ensure the DFU bootloader disables and clears the activity LED toggle timer when a soft-reset to application space is used.
Merge in AppConfigHeaders branch to trunk, altering all projects and demos to use configuration headers for application and LUFA compile time settings, rather than defines in the project makefiles.
AppConfigHeaders: Add missing AppConfig.h file includes.
AppConfigHeaders: Merge in latest trunk.
Don't generate dependency files or a MAP file when running BuildTests where possible.
Oops - shell variables can't use the += operator - must reference the existing value in the new value to append.
AppConfigHeaders: Merge in latest trunk.
Remove legacy AS4 project files, now that they can be automatically generated by the new maintenance script.
Add maintenance script to automatically generate legacy AS4 project files.
Add missing documentation to custom BuiltTest hardware mapping files. Fix up old copyright years on some makefiles.
Loading