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
ea3b5c74235c730bb3cfd51d15a9cb668dc34941
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
6
May
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
2
1
30
Sep
29
28
24
22
21
19
15
14
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.
Add additional preprocessor sanity checks for the XMEGA platform based on the USB controller input clock speed.
Fixed possible deadlock in the CDC device driver if the USB connection is dropped while the CDC_REQ_SetLineEncoding control request is being processed by the stack (thanks to Jonathan Hudgins).
Fixed incorrect DFU version number reported to the host in the DFU bootloader descriptors. Fixed incorrect version hundredths value encoding in VERSION_BCD() macro (thanks to Georg Glock).
The library bootloaders will now correctly start the user application after a watchdog-based application start, even if the /HWB line is held low externally during the reset phase.
Oops - fix broken MIDIToneGenerator project due to MIDI class API changes.
Added support for the DorkbotPDX Duce board.
Fixed inverted LED logic in the USB2AX board LED driver (thanks to Nicolas Saugnier).
Changed MIDI event structure MIDI_EventPacket_t to use a single field for the combined virtual cable index and command ID, to prevent bitfield packing issues on some architectures (thanks to Darren Gibbs).
Add basic hardware mapping information for all supported boards.
Fix documentation of the board LED driver (thanks to Karl Lunt).
Remove an unused variable in the HID loader CLI application. Update known issues list.
Add known issues to the documentation.
Alter the bootloader section sizes to all be 8KB, to be in line with the default AT90USB1287 fuses, as that is the default target MCU. Add instructions to the documentation to clarify this for the user (thanks to Georg Glock).
Fix up static analysis build test so that inline suppressions for missing header files are not required in the XPLAINBridge project.
Fixed AVRISP-MKII programmer project reset line polarity inverted when the generated EEP file is loaded into the USB AVR's EEPROM and avr-dude is used.
Remove non-functional maintenance link check.
Minor documentation improvements.
Make sure CRC value is pre-zeroed before reading from the XMEGA target device, to prevent corrupt data from being returned to the host in the AVRISP-MKII Clone project.
Minor documentation improvements.
Minor documentation improvements.
Fixed incorrect reponse to GET STATUS requests in device mode if NO_DEVICE_SELF_POWER or NO_DEVICE_REMOTE_WAKEUP tokens are defined (thanks to Georg Glock).
Minor formatting updates to the SerialToLCD project - remove unused variable.
Minor formatting updates to the SerialToLCD project.
Added new SerialToLCD user project contributed by Simon Foster.
Reintegrate the FullEPAddresses development branch into trunk.
Fixed CDC and DFU bootloaders failing to compile when the bootloader section size is 8KB or more (thanks to Georg Glock).
Fix typos in the LUFAConfig.h header file. Add missing modules to the AVR8 architecture ModuleTest build test makefile.
Ensure Temperature.c and TWI_AVR8.c can be compiled silently in projects with non-supported hardware - produce errors only if the user application includes the module header files.
Remove outdated documentation from the library, minor documentation improvements.
Make Doxygen fail for any Doxygen output other than unsupported tags (as these are somewhat benign).
Removed the old pseudo-scheduler from the library as it was unused and deprecated since the 090810 release.
Minor documentation improvements.
Minor documentation improvements.
Minor documentation improvements.
Move out Doxygen style assets into a seperate folder.
Doxygen documentation style changes. Minor documentation corrections.
Add additional specific sub-family parts to the ModuleTest build test as these may have minor header file differences to their standard family cousins.
Move documentation images into a dedicated sub-folder.
Loading