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
065ed4da207173495d0a569b0f2973daebb841f0
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
17
May
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
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
Update project Doxygen and makefiles so that the resulting project documentation hides the unused version value, and uses the same HTML CSS stylesheet as the library core.
Update CDC and DFU class bootloader documentation with a device memory map illustration.
AppConfigHeaders: Fix branch validation error.
AppConfigHeaders: Make sure that in applications using an AppConfig.h configuration file, all application headers include the configuration file.
AppConfigHeaders: Move out the last of the demo/app configurations into new AppConfig.h header files.
Clean up and speed up build tests by turning off expensive and slow size optimizations, and generation of assembly listings (*.lst) for each compiled source file.
AppConfigHeaders: Fix branch validation errors.
AppConfigHeaders: Switch class driver Device mode demos to use LUFAConfig.h configuration header files.
AppConfigHeaders: Oops - fix up AppConfig.h for the low level AudioOutput and AudioInput demos.
AppConfigHeaders: Merge in latest main.
Minor tweaks to the build tests to ensure that they will operate properly on all systems.
AppConfigHeaders: Switch low level Device mode demos to use LUFAConfig.h configuration header files.
AppConfigHeaders: Switch class driver Host mode demos to use LUFAConfig.h configuration header files.
AppConfigHeaders: Switch DualRole and low level Host mode demos to use LUFAConfig.h configuration header files.
AppConfigHeaders: Remove outdated incomplete BluetoothHost demo - updated Bluetooth stack code is in the ExplorerBot project (http://www.fourwalledcubicle.com/ExplorerBot.php).
AppConfigHeaders: Merge in latest trunk.
Fix incorrectly names build test directory references.
Added build test to verify correct compilation of all bootloaders using all supported devices.
Fixed CDC and DFU bootloaders API function offsets incorrect on some devices (thanks to Rod DeMay).
AppConfigHeaders: Fix broken documentation in the HID class bootloader.
Fix broken documentation in the HID class bootloader.
AppConfigHeaders: Merge in minor changes from trunk.
AppConfigHeaders: Update project file for Programmers Notepad.
AppConfigHeaders: Update several additional user projects to use configuration header files, rather than makefile defines. Remove compile time warnings for projects lacking device serial support, remove incomplete StandaloneProgrammer project.
Minor documentation improvements.
AppConfigHeaders: Update several additional user projects to use configuration header files, rather than makefile defines.
AppConfigHeaders: Update several user projects to use configuration header files, rather than makefile defines.
AppConfigHeaders: Update bootloaders to use configuration header files, rather than makefile defines.
Fix broken documentation in the CDC and DFU class bootloaders due to Doxygen's confusion over the ATTR_NO_INIT attribute macro.
Add branch for the conversion of demos to use standard C header files for configuration, rather than makefile defined macros.
Speed up build tests by only building each test to the ELF output stage (when all files are compiled and linked), rather than to the full HEX output stage as the resulting binary is not actually required.
Add support for the ATXMEGA384C3.
Improve BoardDriverTest build test so that it will work regardless of native line endings.
Complete BoardDriverTest build test.
Add partially complete BoardDriverTest build test.
Changed board LED driver implementations of LEDs_ToggleLEDs() for the AVR8 architecture to use the fast PIN register toggle alternative function for speed.
Added support for the Olimex AVR-USB-32U4 and Olimex AVR-USB-T32U4 boards.
Fixed broken MIDI host driver MIDI_Host_ReceiveEventPacket() function due to not unfreezing the MIDI data IN pipe before use (thanks to Michael Brown).
Increased endpoint polling interval for all demos and projects to 5ms, as 1ms was causing some enumeration issues on some machines (thanks to Riku Salminen).
Fix bootloaders to make the StaticAnalysis build test happy.
Loading