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.
3eb81df998349e90c3d973e6301f19382c5b2e84
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
20
Oct
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
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
Added default test tone generation mode to the Device mode AudioInput demos.
Added board hardware driver support for the Minimus board (thanks to the PSGroove team).
Oops - add missing Maximus board LED hardware driver file.
Added board hardware driver support for the Maximus board (thanks to the PSGroove team).
Added board hardware driver support for the Blackcat USB JTAG board (thanks to the PSGroove team).
Add missing ENDPOINT_ATTR_NO_SYNC and ENDPOINT_USAGE_DATA attributes to the descriptors in the ClassDriver MassStorageKeyboard demo.
Renamed ENDPOINT_DOUBLEBANK_SUPPORTED() to ENDPOINT_BANKS_SUPPORTED() and changed it to return the maximum number of supported banks for the given endpoint.
Fix incomplete StandaloneProgrammer project code not compiling due to the recent API changes in the LUFA core.
Fix SoftUART.c not compiling due to accidental check in of changes not yet complete in the rest of the XPLAINBridge project code.
Minor documentation corrections.
Clean up excessive whitespace at the end of each line using the wspurify tool made by Laszlo Monda
Fixed MIDI_Host_Flush() not aborting early when the specified MIDI host interface was not configured.
Fix Webserver project code not compiling due to the changes to the USB mode selection constant names.
Remove USB_MODE_* macros, replace with a semantically linked USB_Modes_t enum.
Fixed random enumeration failure while in device mode due to interrupts causing the Set Address request to exceed maximum timings.
Minor documentation enhancements.
Remove MIDI ClassDriver device demo's accidental inclusion of the unused ADC peripheral driver header file.
Fixed ISR definition conflict in the XPLAIN bridge between the software UART and the AVRISP-MKII ISP modules.
Added new NO_SOF_EVENTS compile time option, enabled in the bootloaders to reduce the compiled binary size.
Added board hardware driver support for the Busware CUL V3 board.
Fixed SPI driver not explicitly setting /SS and MISO pins as inputs when SPI_Init() is called.
Cache the USB_DeviceState variable internally in the library core when multiple checks are required in a single loop iteration, to reduce compiled code size.
Revert change to the AVRISP-MKII project for fuse byte programming via the CMDEX bit - this appears to be an error in the XMEGA manual external memory programming table.
Fixed broken lock byte programming in the AVRISP-MKII clone project for some XMEGA targets.
Fixed broken FLASH/EEPROM programming in the AVRISP-MKII clone project when writing in non-paged mode and the polling byte cannot be used.
Fixed LowLevel JoystickHostWithParser demo not saving the chosen HID interface's report descriptor size.
Oops - revert changes to the Device mode Class Driver VirtualSerial demo makefile.
Fix device mode for the U4 parts.
Whitespace corrections.
Make Host mode Class drivers only set the class driver instance's state values once a compatible interface has been found within the device.
Fix incorrectly named configuration descriptor callback routines in the host mode class drivers.
Fix low level host mode demos not correctly fetching the next endpoint when an invalid interface is discarded.
Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction on the configuration order instead to ensure maximum reliability.
Changed default value for the reset polarity parameter in the AVRISP-MKII project so that it defaults to active low drive.
Fix up incorrect version numbers in demo/project descriptors.
Added board hardware driver support for the Arduino Uno development board.
Added CDC functional descriptor structs to the Low Level CDC demos and CDC class bootloader, to improve the readability of the descriptors.
Move out many of the common class driver constants into grouped enums, to make them more managable.
Remove dfu-programmer program switches, to ensure maximum compatibility with all dfu-programmer versions.
Added the --suppress-bootloader-mem option to the makefile dfu target, to ensure that writes to the bootloader section of the AVR's flash memory are ignored (thanks to Axel Rohde).
Loading