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.
6a10d6b465be27db090d760dc0fbe722c94e4344
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
26
Aug
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
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.
Fixed V2 Protocol READ_FLASH_ISP and READ_EEPROM_ISP handler code in the AVRISP project.
Fix to V2 Protocol for Fuse/Sig/Lock byte read -- off by one error on the array when writing back the response from the device.
Added V2 protocol handlers for the READ and WRITE memory commands in the AVRISP project. Finished READ command handler, skeleton WRITE handler implemented.
Moved out target-related V2 protocol commands into a seperate file for the AVRISP project.
Fixed AVRISP programmer demo -- can now connect to a target and read/write Sig/Lock/Fuse/OSCCAL bytes successfully.
Added V2Protocol handlers to the AVRISP project to enter/exit programming mode, and read/write fuses, lockbits, OSCCAL and Signature bytes.
Correct Programmer's Notepad project file to use the correct path for the AVRISP project files.
Renamed Projects/Unfinished to Projects/Incomplete for consistancy.
Add LOAD ADDRESS command parsing to the V2 Protocol hander in the AVRISP project.
Change spinloop in the AVRISP project Unknown V2 Protocol Command handler to use Endpoint_WaitUntilReady() instead to prevent infinite loops.
Moved out the handling of V2 Protocol parameters to a seperate set of files. Added parameter privellages, so that an error can be returned to the host when trying to perform a get/set value action on a parameter without the correct privellages.
Reorganise V2Protocol.c, add in function to assert or de-assert target RESET pin.
Added handler for the V2 Protocol SPI_MULTI command to the AVRISP Programmer project.
Corrections to the unfinished AVRISP Programmer project to allow AVRStudio to connect to it.
Fixed invalid data being returned when a GetStatus request is issued in Device mode with an unhandled data recipient.
Move AVRISP Programmer project to a new Unfinished subdirectory of Project while it is under development.
Enhancements to the AVRISP Programmer project to attempt to get AVRStudio to communicate with the device.
Added beginnings of a new AVRISP-MKII clone project.
Added return values to the CDC and MIDI class driver transmit functions.
Fix misspelt event name in the Class driver USBtoSerial demo, preventing correct operation.
Fix USBtoSerial device demos -- ensure the UDR1 register contents is read in under all circumstances which fire the ISR, so that the receive complete interrupt is cleared correctly to prevent freezes.
Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_Device_EnableSOFEvents() and USB_Device_DisableSOFEvents() macros to give bus-synchronised millisecond interrupts when in USB device mode.
Adjust endpoint polling intervals for HID demos, to make them compliant with the 10ms minimum polling period for Low Speed devices.
Added explicit attribute masks to the device mode demos' descriptors.
Added CDC_Device_Flush() command to the CDC Device mode class driver.
Added flag to the HID report parser to indicate if a device has multiple reports.
Add CDC Host class driver EVENT_CDC_Host_ControLineStateChanged() event.
Loading