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.
9ea891ea201a3ef897b108c7a9431d36cadfafae
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
6
Apr
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
26
25
24
23
20
19
18
17
16
13
11
9
7
6
5
4
3
2
31
Jul
30
29
28
27
26
24
23
21
20
19
16
15
14
13
11
29
Jun
28
26
23
22
21
20
19
18
16
15
14
11
10
9
8
7
5
4
2
1
26
May
22
20
19
18
17
15
14
13
12
Add packet reception and send routines to the ACL layer of the incomplete Bluetooth Host demo.
Add information request/response signal handler to the Bluetooth Host demo.
Add Bluetooth signalling echo request/response handlers, disconnection request/response handlers.
Add user callback function to the Bluetooth host demo to filter out connections from remote devices. Add in ability to reject connections based on their bluetooth device address.
More improvements to the incomplete BluetoothHost demo - add Disconnection Event processing.
Massive cleanups to the incomplete BluetoothHost demo, to make the HCL layer code much easier to read, block less and work correctly.
Added WIN_LIBUSB_COMPAT compile time option to the AVRISP programmer project to make the code compatible with Windows builds of avrdude at the expense of AVRStudio compatibility.
Add RelayBoard project patch from OBinou.
Add updated board driver directory summaries to the documentation.
Oops, incorrectly edited the Benito buttons driver file instead of the JM-DB-U2 buttons driver file.
Add missing board Buttons driver for the USBTINY MKII board target.
Oops - make sure board driver dispatch headers test for the correct BOARD define values.
Added support for the JM-DB-U2 board hardware.
Added board hardware driver support for the Benito programmer.
Added board hardware driver support for Tom's USBTINY MKII programmer.
Add briefs for the library core structures.
Add file-level brief documentation.
Add new LUFA logo by Ryo Yamauchi.
All Class Driver Host mode demos now correctly set the board LEDs to READY once the enumeration process has completed.
Added new Relay Controller Board project (thanks to OBinou).
Fixed incorrect definition of HID_ALIGN_DATA() causing incorrect HID report item data alignment.
Fixed compilation error in the AudioInput demos when MICROPHONE_BIASED_TO_HALF_RAIL is defined (thanks to C. Scott Ananian).
Change over MIDIToneGenerator to use only a single channel (MIDI channel 1) due to cycle constraints.
Added incomplete MIDIToneGenerator project.
Standardized the naming scheme given to configuration descriptor sub-elements in the Device mode demos, bootloaders and projects.
Double bank CDC endpoints in the XPLAIN Bridge project, re-enable JTAG once the mode selection pin has been sampled.
Fixed LowLevel MassStorage demo broken on the U2 AVRs due to double-banked endpoints.
Remove redundant check in the software PDI programming code of the AVRISP project.
Software PDI mode breaks unless the software USART has 100 cycles between bits.
Increased throughput of the USBtoSerial demo on systems that send multiple bytes per packet (thanks to Opendous Inc.).
Don't enable the pullup on the target /RESET line in the AVRISP project for PDI mode - clearing the XMEGA's reset control register twice is enough to release it from reset. Possible silicon bug, since the official Atmel programmers have the same issue.
Fixed PDI programming mode in the AVRISP programmer project not exiting programming mode correctly (clear target Reset key twice, set /RESET pin to pullup).
Improve documentation for the ADC and TWI drivers.
Fixed ADC routines not correctly returning the last result when multiple channels were read.
Added ENABLE_TELNET_SERVER compile time option to the Webserver project to disable the TELNET server if desired.
Fix incorrect LED mask name in the Webserver project.
Webserver project now uses the board LEDs to indicate the current IP configuration state.
Minor documentation updates.
Fix TWI driver not aborting when faced with no response after attempting to address a device on the bus.
Added a timeout value to the TWI_StartTransmission() function, within which the addressed device must respond.
Loading