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
ecf7538430c01b95104682f0f7493e57b9168125
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
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
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.
More work on the Mass Storage Host mode Class driver.
Optimized Endpoint_Read_Word_* and Pipe_Read_Word_* macros to reduce compiled size.
Add VTARGET level detection to the AVRISP project on supported AVR models.
Make AVRISP project build again - fix incorrect preprocessor directive in V2Protocol.c, fix makefile LUFA_PATH.
Partial Commit: Remove now empty Projects\Incomplete directory and add the new AVRISP project to the Projects directory makefile.
Partial Commit: Move AVRISP project out of the Projects\Incomplete directory.
Add function documentation to the AVRISP project.
Finished preliminary AVRISP project - all V2 protocol commands now work correctly for basic operations.
Fixed AVRISP V2 Protocol handler for the READ_FLASH_ISP and READ_EEPROM_ISP handler - can now correctly read back device data. Programming command handler is still broken, although first page is written correctly to FLASH in paged write mode.
Updated Benito project -- added hardware interrupt and software buffering for serial data reception to prevent missed characters, condensed pulse generation counters into a struct for clarity.
Fix endianness of LOAD_ADDRESS command data, add correct PROGRAM_FLASH_ISP/PROGRAM_EEPROM_ISP polling and endpoint bank clearing, add hardware delays/timeouts to the V2 Protocol handler in the AVRISP project.
Switch to hardware delays and timeouts via a hardware timer in the V2 Protocol handler.
Added PROGRAM_FLASH_ISP and PROGRAM_EEPROM_ISP handler code to the V2 Protocol handler in the AVRISP project, programming complete checks not yet complete.
Loading