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
255d4ef85871b790bfcbd03fcab2e7e8a96b2457
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
17
Jan
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
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
Abuse the the C preprocessor so that the HID macros can automatically encode data into the array from the HID macros automagically, by specifying the bit-width of the data, and the data itself as a single integer value of that width.
Fixed several functions in the Host mode Still Image Class driver returning an error code from the incorrect error code enum (thanks to Daniel Seibert).
Minor documentation corrections for the new HID report item constant defines.
New HID report item macros (with HID_RI_ prefix) to allow for easy creation and editing of HID report descriptors.
Added new ADC_GET_CHANNEL_MASK() convenience macro to the ADC driver.
Added new high level TWI packet read/write commands, altered behaviour of the TWI_StartTransmission() function.
Oops - The DS1307 contains an unused "DayOfWeek" register that must be accounted for in the new unified DS1307 Time/Day read and write routines.
Changed TempDataLogger project's DS1307 driver to simplify the function interface and prevent a possible race condition.
Fix typos and outdated information.
Call USB_USBTask() in the Endpoint stream functions between packets if INTERRUPT_CONTROL_ENDPOINT is not set. Remove calls to USB_USBTask in the Mass Storage class driver stream read/write continuation checks, since this is now done inside the stream function.
Altered all endpoint/pipe stream transfers so that the new BytesProcessed parameter now points to a location where the number of bytes in the transfer that have been completed can be stored (or NULL if entire transaction should be performed in one chunk).
Oops - fix type preventing compilation of demos using the class drivers.
Minor documentation improvements.
The FAST_STREAM_TRANSFERS compile time option has been removed due to lack of use and low cost/benefit ratio.
Add custom footer to the main library documentation.
Update Doxygen documentation configuration file for the main project documentation to the latest version. Add missing data structure documentation briefs.
Update copyright year on all source files.
Fixed incorrect byte ordering in the Audio_Device_WriteSample24 function (thanks to WZab).
Rename RingBuffer header functions and typedefs from RingBuff_* to RingBuffer_* so that it matches the header name.
Fixed inverted Minimus board LEDs.
Fix compile errors from the changes to the SerialStream and board Temperature drivers.
More minor documentation corrections.
Documentation improvements - put driver example code into its own section, fix incorrect and missing section names.
Added basic driver example use code to the library documentation.
Make a new general RingBuffer.h misc library driver, instead of the per-application LightweightRingBuff.h ring buffers. Change over projects to use the new driver.
Combined page and word ISP programming mode code in the AVRISP-MKII clone project to reduce compiled size and increase maintainability of the code.
Fixed possible programming problem in the AVRISP-MKII clone project when programming specific patterns into a target memory space that is only byte (not page) addressable.
Much more efficient algorithm for the Endpoint/Pipe configuration routine of unordered endpoints/pipes - only reconfigure the endpoints and pipes above the newly configured endpoint/pipe, and don't cache existing endpoint/pipe configuration before use to save SRAM.
Add ORDERED_EP_CONFIG compile time option to the CDC class bootloader, to reduce the compiled binary size, as the endpoint initialization order is fixed in the code.
Add DEVICE_STATE_AS_GPIOR=0 compile time option to the library projects, to reduce compiled binary size.
Re-add in old Endpoint/Pipe workaround for unordered pipes - add new ORDERED_EP_CONFIG compile time option to override the workaround and use the previous behaviour that imposes correct Endpoint/Pipe ordering but produces smaller compiled code.
Fix a few more incorrectly ordered endpoint initialisations in the device demos.
Add missing AVRStudio4 project file for the MIDIToneGenerator project.
Fixed incorrect endpoint initialisation order in the LowLevel DualVirtualSerial demo (thanks to Rick Drolet).
Fixed incorrect definition of the HID_KEYBOARD_SC_D constant in the HID class driver (thanks to Opendous Inc.).
Fixed possible lost data in the XPLAINBridge, USBtoSerial and Benito projects when the host exceeds the packet timeout period on received packets as set by USB_STREAM_TIMEOUT_MS (thanks to Justin Rajewski).
Added new RingBuffer_Peek() function to the lightweight ring buffer headers.
Added new completed MIDIToneGenerator project.
Fixed HID hpst class driver incorrectly binding to HID devices that do not have an OUT endpoint.
Refactored Host mode Class Driver *_Host_ConfigurePipes() routines to be more space efficient when compiled.
Loading