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.
24ca2d49fef526b95e6efcd3cdcbe38377ae4f02
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
21
Jun
19
18
17
15
12
11
10
9
7
6
5
4
3
2
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
Add svn:eol-style property on all source files where it was missing. Fix line endings of all makefile, *.c and *.h files.
Add HID bootloader build module (thanks to Stefan Hellermann).
Add additional sanity checks to the inputs of several AVR32 platform clock management driver functions.
Minor build system improvements - force default shell.
Enable GCC's -pipe option by default, to build projects using intermediary logical OS pipes rather than temporary files on disk.
Add extra human readable output to the build test makefile scripts.
Revert change to assembly file comment syntax; this apparently breaks on the current AVR32 GNU assembler.
Minor makefile fixes - add phony targets, remove silence switch from the root makefile and add missing build modules to the ClassDriver VirtualSerial device demo.
Oops - forgot to fix up the command timeout reset code in the AVRISP-MKII clone programmer.
Re-add in DFU bootloader Manufacturer string, as the dfu-programmer utility breaks if it is not present.
Minor build system improvements - move out AVRDUDE base flags into a makefile variable, clean up BUILD module.
Replace C style comments in assembly code with true assembly comments for consistency and to prevent it from confusing syntax highlighters.
Modify CDC and DFU bootloaders so that the various BootloaderAPI components are in unique sections and mapped explicitly - this will ensure the API and signature entries are always linked at the correct explicit address.
Add missing <math.h> include for the UC3 devices, hide CDC class driver stream functions for unsupported platforms.
Remove unused makefile macro from the DFU bootloader.
Add ability to generate SYM files in the BUILD module. Clean up build system output to be slightly more human readable.
Fix broken StaticAnalysisTest build test due to the changes to the CPPCHECK build module.
Minor documentation improvements.
Add checks to the endpoint and pipe configure functions and fail if the requested endpoint or pipe number is above the maximum for that device.
Add OBJDIR optional build variable to the BULD build system module, to allow the user project to relocate the output object and dependency files to a different directory.
Fix up core library makefile clean target to properly remove dependency files.
Make sure the main library core makefile does not interfere with the Doxygen module configuration if included in a legacy makefile.
Minor correction to the UC3 USB clock division formula (thanks to Kim Blomqvist).
Update CORE build system module to convert the sorted module data lists into printable lists, substituting in a "(None)" entry when no data is available.
Add a list of module provided make variables and macros to the build system modules.
Add Build System documentation to the library manual. Update CPPCHECK build system module so that it uses the SRC variable rather than just the project directory.
Minor tweak to the BuildTest master makefile for better console output.
Add MAX_ENDPOINT_INDEX compile time option for the XMEGA devices.
Fix BoardDriverTest build test clean target.
Add compile time warnings for experimental architectures, for those that don't read the manual.
Minor build system sanity check fixes.
Change the build system build module makefiles to have a set of sanity check macros they can call to verify user data. Add additional sanity checks.
Spell check source code, fix mistakes.
Fix RESET_TOGGLES_LIBUSB_COMPAT option not being applied in the AVRISP-MKII descriptors.
Clean up bootloader makefile comments.
Added new JTAG_ENABLE() macro for the AVR8 architecture. Fixed the JTAG_DISABLE() macro clearing all other bits in MCUSR when called.
Minor documentation changes.
Update SVN line endings property on newer source files to native.
Oops - really fix logic errors in USBMode.h.
Fix errors in the SingleUSBModeTest build test. Fix logic errors in USBMode.h.
Loading