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
b762780343dd505f7bfe5673cbcffb0b938d7064
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
12
Aug
11
8
1
31
Jul
30
29
28
26
25
24
23
22
16
15
14
11
10
9
8
7
6
5
3
1
29
Jun
27
26
24
23
21
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
Fixed inverted LED driving code for the Arduino Leonardo board. Fixed inverted LEDs_GetLEDs() function implementation for the Benito, Minimus and Arduino UNO boards.
Fix typo in the LED dispatch header, breaking builds for Leonardo board or boards without a LUFA provided LED driver.
Added support for the Arduino Leonardo board. Swap Olimex 32U4 RX/TX LED masks so that it lines up with the Arduino boards.
Added workaround for broken VBUS detection on AVR8 devices when a bootloader starts the application via a software jump without first turning off the OTG pad (thanks to Simon Inns)
Fixed broken RESET_TOGGLES_LIBUSB_COMPAT compile time option in the AVRISP-MKII project.
Add help text to the project makefiles to help new users get information on the improved build system.
Clean up CORE build system mode makefile.
Minor documentation improvements.
Minor documentation fixes.
Revert the default DEBUG_LEVEL setting from 3 to 2, as this is apparently causing segfaults on some builds of binutils-avr.
Minor code style and documentation changes.
Reset to placeholder version values in the library after the 120730 release.
Tag the LUFA 120730 release.
LUFA-120730
LUFA-120730
Commit for the 120730 release.
Fix broken code sample section spacing in the Doxygen documentation due to a missing line-height CSS property.
Upgrade Doxygen configuration files to 1.8.1.2.
Enhance bootloader descriptor strings in the CDC and DFU bootloaders.
Add missing source URL for the HID DLL library use in the TempDataLogger application.
Add OLIMEX AVR-ISP-MK2 board to the BoardDriverTest build test.
Add hack to the XPLAINBridge project to allow it to compile even if an identical OBJDIR directory exists in the dependant AVRISP-MKII clone project folder.
Add support for the Olimex AVR-ISP-MK2 board.
Fix errors in some board driver LED_Disable() functions.
Minor documentation fixes.
Split out bootloader HEX generation into separate directories for each bootloader in the maintenance script.
Extend bootloader build test to include all supported configurations including the special XPLAIN board configuration and possible F_USB values.
Force the maintenance script to built bootloaders with F_USB values of 8MHz and 16Mhz - fix when additional architecture bootloaders are available.
Add missing UC3 architecture F_USB configuration checks.
Add missing supported bootloader configurations to the BootloaderTest build test.
Make the bootloader generation maintenance script copy over the project license text when generation is complete.
Update bootloader build test with bootloader target board information.
Add a "make_bootloaders" target to the Maintenance makefile, to generate all possible bootloaders and archive them for separate distribution.
Add missing INTC_GetInterruptHandler() function prototype.
Fixed endianess issues in the RNDIS host class driver for UC3 devices (thanks to Andrew Chu). Fix broken build for UC3 devices when ORDERED_EP_CONFIG compile time option is set.
Tag for the LUFA-120730-BETA release.
LUFA-120730-BETA
LUFA-120730-BETA
Commit for the LUFA-120730-BETA release.
Minor documentation improvements.
Add DEBUG_FORMAT and DEBUG_LEVEL optional parameters to the BUILD module. Turn off generation of debug information when performing a validation build, and when running the build tests.
Use immediate variable expansion in the second-deepest level makefile scripts to prevent multiple evaluation of the PROJECT_DIRECTORIES variable.
Update makefile template with the new build module filenames.
Fix up main library core makefile include paths.
Loading