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.
18cbd31605dae070f00900161090a72d3eb0f8ab
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
16
Jun
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
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
Rename new Audio class driver functions, callbacks and events to ensure that they contain the USB mode (Device or Host) in the function names.
Fix Doxygen documentation errors.
Add macro guards to the templated C files to prevent compile errors if they are mistakenly compiled as regular source files in a LUFA project.
Rename Audio Host Class driver internal descriptor matching routines to be in line with the rest of the class driver function names.
Ensure that only the requested Audio class pipes are mapped to endpoints within the device for a specific Audio Host Class driver instance.
Fix bugs in the Host mode Audio class driver.
Fix errors in the library Host mode Audio Class driver.
Fix compile errors when both Host and Device modes are enabled.
Add missing AS4 and project description files to the new Audio Host demos.
Add new Audio Class Driver Host demos.
Pipe_BoundEndpointNumber() has been renamed to Pipe_GetBoundEndpointAddress(), and now returns the correct endpoint direction as part of the endpoint address.
Remove warnings in the documentation for the library class drivers about sequential pipe/endpoint allocation, as by default this is no longer as issue (unless ORDERED_EP_CONFIG is specified).
Added new Host mode Audio Class driver.
Fix compile errors when compiling for the AVR32 UC3 target.
Partial commit: Rename USBFOO LED driver to fix capitalisation of file name, which will cause issues on *nix systems.
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.
Loading