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
a7eca42996418a7fd87b3411deb368e41615f9a1
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
18
Feb
13
12
11
9
8
6
5
4
3
2
1
30
Jan
29
28
23
15
2
26
Dec
23
20
14
13
11
1
29
Nov
28
24
23
22
18
16
14
9
1
31
Oct
30
28
26
25
18
12
11
10
9
7
4
28
Sep
22
21
17
7
5
2
31
Aug
28
24
23
22
19
17
16
9
4
30
Jul
29
26
25
19
18
15
14
13
12
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
Minor documentation improvements.
Add missing file Subversion EOL-style properties.
Fix Dataflash driver for the XMEGA-B1 XPLAINED - the Dataflash is connected to the USART module, but requires physical port remapping.
Minor documentation improvements.
Minor documentation improvements.
Add new Master SPI Mode USART serial peripheral driver for the XMEGA and AVR8 architectures.
Added Serial USART peripheral driver for the XMEGA platform.
Minor documentation improvements.
Clean up the Audio Device class driver control request Endpoint match logic.
Altered the HID class driver to only try to construct at maximum one packet per USB frame, to reduce CPU usage.
Fix XMEGA architecture not correctly resetting the device address and endpoints in response to a USB bus reset from the host.
Update XMEGA board drivers to use the port inversion feature of the XMEGA architecture rather than performing the inversion in software. Add partially completed XMEGA-B1-XPLAINED Dataflash board driver and revert implementation of the XMEGA-A3BU-XPLAINED Dataflash driver as the chip is connected to the USART, not the SPI interface.
Minor documentation fixes.
Allow serial strings to be generated on the older AVR8 devices which do not explicitly state they contain unique values in the datasheet, as this appears to be implemented in hardware.
Updated the AVRISP-MKII Clone programmer project to be compatible with the latest version of AVR Studio (version 5.1).
Oops - XMEGA-B1 Xplained LEDs are on PORTB and PORTE, not PORTF and PORTE.
Add board driver support for the Atmel XMEGA-B1 Xplained board.
Add (still preliminary) support for the ATXMEGA64A4 and ATXMEGA128A4. Fix minor error in the AVRISP-MKII clone project descriptors.
Revert changed version files in /trunk/ now that the LUFA-120219-BETA version has been released.
Add new tag for the LUFA-120219-BETA release.
LUFA-120219-BETA
LUFA-120219-BETA
Commit for the 120219-BETA release.
Add support for the Micropendous (Arduino-like) series of boards (revisions 1 and 2).
Update LUFAConfig.h with the new compile time options, re-format Doxygen documentation for all compile time options.
Added INVERTED_VBUS_ENABLE_LINE and NO_AUTO_VBUS_MANAGEMENT compile time options (thanks to Opendous Inc.).
Fixed invalid PID value used in the TempDataLogger project host application (thanks to Anupam Pathak).
Add missing svn:eol-style properties to /trunk/.
Update file contributor copyrights for 2012.
Update file header copyrights for 2012.
Minor corrections to the XMEGA USB controller implementation.
Minor documentation corrections.
Add API support signature to the CDC and DFU class bootloaders, so that the application can detect the bootloader's API support.
Fix errors in the new Micropendous board drivers. Reorder the board definition macro indexes so that misspelled board names default to BOARD_USER rather then BOARD_USBKEY.
Add support for the Micropendous series of USB AVR8 boards.
Minor documentation fixes.
Minor documentation improvements.
Minor documentation improvements.
Fixed AVRISP-MKII Clone timing out on long programming commands such as programming the EEPROM on an ATMEGA8 (thanks to Martin Kelling).
Add missing reference to the BootloaderAPI.S source file in the DFU and CDC class bootloader AVRStudio 4 project files.
Fixed DFU class bootloader not resetting the LED pins as high impedance inputs when a software jump to the user applications is requested.
Added new LEDs_Disable(), Buttons_Disable() and Joystick_Disable() functions to the board hardware drivers.
Loading