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
GitLab 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.
bea72a8412f99b294c00341fa16a8308bcc66f15
Select Git revision
Selected
bea72a8412f99b294c00341fa16a8308bcc66f15
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
17 results
Begin with the selected commit
Created with Raphaël 2.2.0
12
Jul
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
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
Enhance and document the AVR32 UC3 platform drivers.
Minor documentation fixes.
Fixed error in the pipe unordered allocation algorithm for the AVR8 devices breaking compatibility with some devices.
Add more missing function attributes to the TWI peripheral driver.
Add missing function attributes.
Added new USB_Host_GetDeviceStatus() function for USB Host mode.
Add missing function attributes to the RingBuffer driver to reduce the chances of invalid usage.
More endianness porting of the LUFA host mode class drivers.
More endianness porting of the LUFA device mode class drivers.
Minor style improvements to the incomplete AndroidAccessoryHost demo.
Oops - re-order Ringbuffer.h inline functions to prevent compile errors due to forward references.
Added new RingBuffer_GetFreeCount() function to the library miscellaneous RingBuffer driver.
Minor documentation and style fixes.
Minor demo/project documentation and style fixes.
Replace blind interface descriptor search in the incomplete AndroidAccessoryHost demo with an intelligent search for the correct interface in the device matching the correct class/subclass/protocol values.
Add missing device deconfiguration-on-error statements to the host mode demos and projects.
Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnumerationComplete() event callback for device configuration instead of manual host state machine manipulations in the main application task.
Add missing doxygen group terminator to the new CompilerSpecific.h header file.
Tighten up the implementations of the USB_Device_SetDeviceAddress(), USB_Controller_Reset() and USB_PLL_On() functions for the AVR8 devices.
Fix improper indenting of the internal board driver dispatch headers.
Split out compiler specific helper macros into a new CompilerSpecific.h header file inside the library, for future expansion.
Add the GCC -fno-split-wide-types compile time option to some of the larger user projects to reduce the compiled application size.
Fix HID_Host_SetIdlePeriod() function to send the correct request type to the device, remove reference to unavailable (and not needed) local variable.
Add missing function parameter to the new HID_Host_SetIdlePeriod() function.
Add missing function parameter to the new HID_Host_SetIdlePeriod() function.
Switch the HTTP Webserver project to use the safer strlcpy() instead of strncpy() to save on manual null-termination.
Added new HID_Host_SetIdlePeriod() function to the HID Host Class driver.
Oops: Fix compile error in the low level KeyboardMouse demo.
Remove custom CDC class descriptor definitions from the CDC bootloader, and switch it to use the CDC Class Driver descriptor definitions.
Seperate out the device demos and project's configuration descriptor structure definitions to clearly indicate what descriptors belong to which interface.
Minor documentation fix for the RelayBoard project.
Pull out Android Accessory Mode functions into a seperate set of files in the incomplete Android Accessory Mode Host demo. Improve Android Accessory Mode protocol support to correctly query the device's supported protocol and send the approriate device information strings.
Merge over core library changes from the MultiArchDemos branch.
Update AudioInput and AudioOutput Class Driver device mode demos to use a switch statement when selecting the audio request type for clarity.
Added board hardware driver support for the EVK1104 board.
Add board driver support for the EVK1100 board.
Fix logic bug in the incomplete Android Accessory Host demo preventing correct detection of an attached Android Accessory Mode device.
Oops - Mouse ClassDriver multi-arch demo changes were applied to trunk, rather than the correct branch.
Update Mouse demo to support the UC3 devices in the MultiArchDemos branch.
Add new "checksource" target to the library makefiles, for automated source file existance checking.
Loading