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.
6bda628718f67c04ed43e8328f55bdce5319c504
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
13
Apr
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
13
12
11
9
7
5
4
3
31
Aug
29
24
22
21
20
18
10
9
8
5
3
2
1
31
Jul
30
29
28
27
26
25
23
22
21
20
19
18
15
13
12
11
9
8
6
4
2
29
Jun
26
25
24
23
22
21
17
16
15
14
13
12
10
8
7
6
4
3
2
1
31
May
30
29
27
26
25
23
21
20
18
17
16
14
13
12
11
10
9
8
7
6
4
3
2
30
Apr
29
28
27
22
20
19
18
15
14
13
12
11
10
6
5
1
31
Mar
30
29
25
24
23
22
21
19
17
16
15
13
10
9
1
25
Feb
24
23
22
21
20
19
18
16
15
14
13
12
11
10
9
8
7
5
4
3
2
1
31
Jan
29
28
Fix definition of pgm_read_ptr().
Create new tag for the 110528 release (Quality Assurance).
Replace cast-as-char* byte access of multibyte variables with proper shifts and masks to preserve endianness across different architectures.
Slight cleanups to the architecture specific makefile templates to make the common configuration sections as identical as possible.
Update architecture specific makefile templates so that they are as close to one-another as possible.
Add makefile template for the AVR32 UC3 architecture.
Add missing function attributes to the pipe/endpoint functions for all architectures.
Remove redundant type information for bitfield elements, other than the signed/unsignedness of the element.
Create a new Common module documentation group for the new Global Interrupt macros.
Move global interrupt enable/disable functions out to Common.h and document them.
Correct UC3 global interrupt functions.
Add in a new common Delay_MS() function, which provides a blocking delay for all architectures.
Oops - fix misnamed function call in Pipe_Discard_Stream().
Oops - fix incorrect variable name in the updated Pipe_Write_8() function.
Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_* functions to use the number of bits instead of a symbolic size (Byte, Word, DWord) so that the function names are applicable and correct across all architectures.
Conditionally add available address spaces to the address space enum, for multiple address space architectures.
Ensure the library builds cleanly in device mode for architectures lacking multiple address spaces.
Use the MIN() macro where possible instead of manual "(x < y) ? x : y" constructs.
Fix corner case in the HID report descriptor Mouse/Joystick tempates at the 8/16 bit boundary.
Add in new architecture attribute defines to selectively remove the EEPROM and FLASH memory space functions on architectures which do not have seperate memory address spaces.
F_CLOCK changed to F_USB to be more descriptive, and applicable on future architecture ports.
Oops - Bootloader optimizations to GetDescriptor() don't work, as the Configuration Descriptor's header does not contain the full length of the descriptor, breaking full enumeration.
Fix bugs in the new VirtualSerialMassStorage demo (thanks to Martin Degelsegger).
Fix incorrectly named include guards in the Board driver header files.
Added new VirtualSerialMassStorage Device Class Driver demo.
Remove redundant Doxygen guards from the internal preprocessor definitions.
Fixed Remote Wakeup broken on the AVRs due to the mechanism only operating when the SUSPI bit is set (thanks to Holger Steinhaus).
Add named macros to the board joystick drivers where a shift is needed to maintain unique joystick direction bits in the returned mask value.
Implemented on-demand PLL clock generation for the U4, U6 and U7 series USB AVRs when automatic PLL mode is specified.
Updated the software USART code in the XPLAIN Bridge application so that the incomming bits are sampled at their mid-point instead of starting point, to give maximum reliability (thanks to Anton).
Oops - fix internal serial number extraction routine for the AVR8 architecture.
Correct Endpoint/Pipe maximum constants for the AVR32 UC3 models.
Simplify the internal serial extraction routines for each architecture.
Add experimental support for the AVR32 UC3A4 microcontrollers.
Re-add accidentally deleted Host_UC3.c and Host_UC3.h files.
Rename UC3B driver files to UC3, as they are generic to all AVR32 UC3 models.
Add experimental support for the UC3A0, UC3A1 and UC3A3 series AVR32 microcontrollers.
Oops - rename misnamed Endianess.h header file.
Move out endianness management macros into a new common Endianness.h header.
Simplify AVR32 UC3B software FIFO, as it will only ever be accessed a byte at a time to prevent data alignment issues.
Loading