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.
fa85c5e4169c27cb76c24e89cab63c2b062739c4
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
7
Sep
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
11
10
7
6
5
4
3
2
1
26
Apr
24
23
22
21
20
19
17
16
15
14
13
9
7
5
2
1
31
Mar
29
27
26
25
23
20
19
18
17
16
11
10
9
4
3
26
Feb
23
Corrected incorrect signature bytes for the AT90USB82 and added support for the ATMEGAXX2 variant AVRs to the DFU bootloader.
Fixed DFU and CDC class bootloaders on the AT90USBXXX2 series USB AVRs.
Add in new invalid event hook check targets to project makefiles to produce compilation errors when invalid event names are used in a project.
Added 64 bit OS driver installation instructions to the readme for all CDC based projects.
Changed Still Image Host class driver to auto-fill TransactionID element of sent headers depending on the current session state.
Add StillImage Host Class Driver functions for opening and closing sessions. Ensure IsActive is set on the interface to allow device functions to run.
Add user-filtering to the HID report parser, so that the user code can decide which items are to be stored into the HID_ReportInfo_t structure and which should be discarded to save on RAM usage.
Fixed error in PrinterHost preventing the full page data from being sent to the attached device.
Changed HIDParser to only zero out important values in the Parsed HID Report Item Information structure to save cycles.
Fix up MissileLauncher demo's ConfigurationDescriptor.c so that it uses the new USB_GetDeviceConfigDescriptor() function parameters.
Added documentation for the constants and enums of the new StillImage Host Class driver added to the library so far.
Fixed StillImageHost not correctly freezing and unfreezing data pipes while waiting for a response block header.
Move check for devices not supporting internal serials in demos which make use of USE_INTERNAL_SERIAL to Descriptors.c from Descriptors.h so that the warning is only generated at most once per compilation.
Add return codes to the CDC Host Class driver String/Byte transmission functions.
Add extra check for OUT ZLP in the CDC Device Class driver service task to quickly clear zero-length termination packets from the host.
Removed unused INCLUDE_FROM_BOARD_DRIVER internal define from the board driver dispatch headers.
Oops - with new changes to the way the device Configuration Descriptor is retrieved from the device, ensure that the correct position pointer is cast when extracting descriptor parameters.
Changed the parameters and behaviour of the USB_GetDeviceConfigDescriptor() function so that it now performs size checks and data validations internally, to simplify user code.
Remove deleted source files from the Device mode Class driver demos to enable them to be built.
Remove deleted source files from the LUFA library makefile.
Added start of the Still Image Host Class driver demo and driver code.
Remove skeleton Audio and MIDI Host mode Class drivers -- will not implement in next release.
Replace -finline-limit with -fno-inline-small-functions in project makefiles.
Move ADC VTARGET sampling to a new V2Params_UpdateParamValues() in the AVRISP project so that there is a central place where all non-PC set target values can be updated easily.
Increase AVRISP command timeout to 240ms up from 150ms to prevent some ISP commands from timing out too early.
Make WaitWhileBusy function in the AVRISP project more explicit about how it sends and receives the busy check command.
Fixed Device mode HID Class driver not explicitly initializing the ReportSize parameter to zero before calling callback routine, so that ignored callbacks don't cause incorrect data to be sent.
Condensed SCSI command functions in the LowLevel Mass Storage Host demo, to save on FLASH space.
Add check to Pipe_IsEndpointBound() in the Mass Storage Host mode Class driver to ensure that multiple instances of the driver can be used on a single device with multiple Mass Storage interfaces.
Simplified Host mode Mass Storage Class driver to reduce compiled program size.
Fix memory corruption in Host mode Mass Storage Class driver.
Added better USB Class driver overviews.
Added new "Common" section to the class drivers, to hold all mode-independant definitions for clarity.
Added extra note about missing OUT endpoint configuration to the HID Device mode Class driver.
Fixed Device mode HID Class driver always sending IN reports, even when no data is to be reported.
Minor documentation fixes to the completed Host mode Class drivers.
Completed initial Host mode Mass Storage class driver.
Added MS_Host_TestUnitReady() and MS_Host_ReadDeviceCapacity() to the host mode Mass Storage Class driver.
Add SCSICodes.h to the Class Driver Common folder, and automatically include it in both the Host and Device Mass Storage Class drivers. Delete existing version from the ClassDriver MassStorage device demo's /Lib/ folder.
Oops: Really disable building of Projects/Host/ClassDriver directory in the Projects/Host/ makefile.
Loading