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.
4cc7f5200beef90c39c8c8310ed7c8b849afb4d9
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
8
Jun
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
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
Partial commit: Rename USBFOO LED driver to fix capitalisation of file name, which will cause issues on *nix systems.
Fix errors in the Audio device demos and class driver regarding multiple sample frequency support.
Add additional support files for the new low level AudioInputHost and AudioOutputHost demos.
Move completed low level Audio Host demos into the LowLevel folder from the Incomplete folder.
Update incomplete Host mode Audio demos to use the correct class driver Endpoint Sampling Frequency Control value constant.
Update the Low Level Audio Input and Audio Output demos to support multiple sample rates.
Massive corrections to the project documentation and code comments, thanks to Russian translation services provided by Andrey from Microsin.ru.
Fixed compile errors in the incomplete BluetoothHost demo application (thanks to Timo Lindfors).
Added board driver support for the Busware TUL board.
Added new callback to the Audio Class driver to allow for endpoint control manipulations such as data sample rates.
Expand the documentation for each Bootloader to give sample usage instructions for the command line programmer utilities.
Spell check library source code files.
Fixed incorrect signature in the CDC and DFU class bootloaders for the ATMEGA8U2.
Added new incomplete AudioOutputHost Host LowLevel demo.
Altered the definition of the USB_Audio_Descriptor_Format_t descriptor so that the user is now responsible for supplying the supported audio sampling rates, to allow for multiple audio interfaces with different numbers of supported rates and/or continuous sample rates.
Remove output files from the incomplete AudioInputHost demo, and improve the logic in the ConfigDescriptor.c device configuration processing routine.
Oops - revert commit of an incomplete port of the AVRISP-MKII project.
Added new incomplete AudioInputHost Host LowLevel demo.
Add new USB_Host_SetInterfaceAltSetting() convenience function.
Add the MIDIToneGenerator project to the Projects/ directory makefile clean rule.
Merge over trunk changes to the 110528 BETA to form the 110528 release.
Update trunk documentation for new LUFA release.
Fix incorrect macro guard in the UC3 EndpointStream header file.
Copy out the EndpointStream and PipeStream functions to each architecture, so that each architecture can optimise the stream functions according to the available hardware (such as DMA, where available).
Update Webserver project to remove DHCP IP configuration status notification.
Lower the size of the HID report endpoint from 16 bytes to 8 bytes, to allow for Low Speed USB compatibility in the KeyboardMouseMultiReport demo (thanks to Kevin Chernoff).
Update MediaController project to remove the Record usage (not often needed) and explicitly declare each usage for maximum clarity.
Add new MediaController project, a simple Media Playback control manipulator (Play/Pause/Next Track/Volume/etc.).
Correct errors in the DHCP Server application in the Webserver project, that was causing random server restarts and/or incorrectly allocated IP addresses.
Add RNDIS Device support to the Webserver project, so that the files stored on the device can be viewed from a web-browser while the board is plugged into a host machine.
Fix broken Doxygen documentation.
Add new RNDIS_Host_IsPacketReceived(), RNDIS_Device_ReadPacket() and RNDIS_Device_WritePacket() functions to the Device RNDIS Class Driver.
Oops - fix bad include path in the moved USBKEY Dataflash board driver header.
Seperated out board drivers by architecture in the library internals for better organisation.
Add new "version" makefile target to the main LUFA library makefile, to give an easy way to identify a LUFA release from the command-line.
Add skeleton LUFAConfig.h to the CodeTemplates directory.
Fixed possible invalid program execution when in host mode if corrupt descriptor lengths are supplied by the attached device.
Add incomplete Android Accessory Host LowLevel demo.
Add new USE_LUFA_CONFIG_HEADER compile time option.
Minor documentation fixes.
Loading