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
77e86e7d82c65b1c2a75f965cb936b8f7ad97ac2
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
1
Aug
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
27
25
24
21
19
17
16
15
12
7
6
5
4
3
30
Dec
29
28
27
26
24
23
21
20
18
17
16
15
14
13
11
10
9
8
7
6
4
3
2
30
Nov
29
27
26
25
24
23
22
20
17
16
15
13
12
11
10
9
8
7
6
4
3
26
Oct
18
16
14
12
11
8
5
4
3
2
1
30
Sep
29
28
24
22
21
20
17
14
13
10
9
7
6
2
1
31
Aug
30
28
27
Invert the logic for the VBUS power light in the AVRISP-MKII project for the USBTINY-MKII board target.
Re-add deleted linker options to the Bootloader makefiles, which was preventing the compiled application from being shifted into the bootloader section address space.
Fixed Serial peripheral driver not turning off the USART before reconfiguring it, which would cause incorrect operation to occur (thanks to Bob Paddock).
Oops - fix mixed "initialize" and "initialise" - opt for American spelling due to its wide use in technical standards.
More spell checking of all source files -- correct missed errors, switch to EN-GB spelling dictionary.
Spell check more of the third party libraries used by LUFA.
Add the formula used to obtain the bootloader start address to the Bootloader makefiles to help users compute the correct address for each device based on the bootloader section size.
Fix typo in DualVirtualSerial.c due to the changed CDC Device APIs that was preventing the demo from being compiled.
Altered the CDC Deivice and Host Class drivers' receive byte routines, so that no data is indicated by a negative return value.
Oops - need to turn off USART via control register B before reconfiguring, fix ordering of USART control register modifications in the Benito and USBtoSerial projects.
Spell check all source files once again to find any typos.
Fixed Benito and USBtoSerial projects not turning off the USART before reconfiguring it, which could cause incorrect operation to occur (thanks to Bob Paddock).
Add special support to the AVRISP-MKII for the new model USBTINY-MKII's additional LED to indicate target power source.
Remove obsolete macros and preprocessor checks from the AVRISP-MKII project's V2Protocol command handler header file.
Oops - remove duplicated SPI driver init mask.
Added support to the AVRISP-MKII project for ISP speeds slower than 125KHz via a new software SPI driver.
Add TMC header read and write functions, so that TMC data can now be exchanged in both directions.
Use static inline intermediatary functions in Endpoint.h to handle the masking for the private endpoint configuration routine, instead of performing the masking in the Endpoint_ConfigureEndpoint() macro.
Move over message ID specific header data to unions inside the standard TMC header structure, so that all header data is read in one chunk in the incomplete TMC demo.
Rename reserved members of all structs so that they are uniformly named across all demos/projects/bootloaders.
Add comments to the currently completed portions of the incomplete Test and Measurement Class demo.
Add missing INTERRUPT_CONTROL_ENDPOINT compile time option to the Mass Storage device projects/demos and incomplete Test and Measurement Class demo, which was accidentally removed during the makefile updates.
Add stream callback flags and class specific control request handler code to the incomplete Test and Measurement Class device demo.
Added periodic flush timer to the Benito project. Alter the serial transmission code so that sent bytes do not block the remainder of the main program code from running.
Add TMC device capabilities to the incomplete TMC demo.
Update size of compiled Mouse demo in documentation, fix indenting in Device.h.
Convert over internal pseudo-function macros to true inline functions for added type-safety and compile-checking.
Future proof the XPROG protocol of the AVRISP-MKII project, so that non PDI and TPI requests return failure.
Added start of a low level device Test and Measurement class demo (thanks to Peter Lawrence).
Fix up minor whitespace formatting errors.
Update all demos, projects and bootloaders to indent all function parameters, one per line, for better readability.
Replace internal Pipe_BytesToEPSizeMask() routine with a new version which results in smaller code.
Add missing const qualifiers to class drivers.
Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel directory, new named DeviceStandardReq.c/.h and HostStandardReq.c/.h.
Add missing const qualifier to the parameters of the USB_GetNextDescriptorComp() function.
Fixed MIDI_Device_SendEventPacket() not correctly waiting for the endpoint to become ready (thanks to Robin Green).
Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.
Change over all makefiles to use C99 standards mode, rather than C99 + GNU Extensions.
Disable strict aliasing explicitly in the project makefiles, as this is apparently enabled by default in newer AVR-GCC builds, and aliasing is used heavily for type-punning through the LUFA and third party library's codebase.
Removed the automated checking of event names in the demo, project and bootloader makefiles due to inconsistancies between the behaviour of the command line tools used to perform the check on each platform.
Loading