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
6f4cc344ab47b720651e5bbf7674951c32e210b1
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
5
Jan
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
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
Added support to the MIDI Class drivers for packed data, where multiple MIDI events are packed into a single USB packet. Added new MIDI Class driver flush routines to override packing behaviour.
Inline USB management functions in the Class drivers which are standardized but currently unused, to prevent them from using up unneccesary cycles and flash in the user application.
Fix MassStorageKeyboard demo USE_INTERNAL_SERIAL check being performed before the required library headers were included, causing a compilation error.
Fix CDC blocking streams in Host mode locking up when the device is removed.
Fixed blocking CDC streams not aborting when the host is disconnected.
Clean up MassStorageKeyboard demo.
Update copyright year to 2010.
Oops - remove accidentally committed .lst files from the TemperatureDataLogger project.
Fix TemperatureDataLogger - sample tick timer wasn't being initialized in the correct CTC mode.
Oops - fix include directory for case-sensitive filesystems.
Add new TemperatureDataLogger project, a simple USB Mass Storage class Temperature Data Logger using the onboard Dataflash and Temperature sensor.
Reduced guard bit time in the AVRISP project PDI/TPI protocols to reduce the time needed to reverse the data communication direction.
Fixed AVRISP PDI race condition where the guard time between direction changes could be interpreted as a start bit. Fixed TPI interface lines not being changed correctly when in bit-banged TPI mode.
Change the AVRISP project's RESET LINE makefile tokens to AUX LINE, as it is not always used for target reset.
Minor documentation updates.
Fix TPI NVM Write handler -- AVRStudio sends out writes in page sized chunks, not byte sized chunks.
Add first draft of the TPI NVM commands for reading, writing and erasing a target. Needs testing when physical access to a part is available.
Add dummy undocumented TPI XPROG parameters to the AVRISP project so that TPI programming mode can be entered.
Remove duplicate #include of <avr/wdt.h> in the TeensyHID bootloader.
Fix MIT license language to make its intent clearer.
Fix mistakes in the XPROGTarget.c/.h files for TPI mode software USART clock rate and PDI mode XPLAIN board autoconfiguration.
Fix references to the renamed AVRISP-MKII project folder.
Rename AVRISP project folder to AVRISP-MKII.
Remove missed timer 0 init code in the ISP protocol handler in the AVRISP project. Switch the XPROG protocol target communications handler over to using Timer 1 COMA/COMB ISRs for the two physical layers, rather than COMA/ICR1. Speed up bit-banged USART mode slightly.
Fixed ISP mode in the AVRISP programmer project.
Added const where possible to the source functions in the Projects directory.
Complete TPI protocol code to enter and exit TPI programming mode for the ATTINY 6-pin devices.
Complete combining of PDI and TPI target communication code files, stub out TINY NVM controller functions.
Rename PDITarget.c/.h to XPROGTarget.c/.h so that both PDI and TPI programming can be included in the one set of files.
Remove serial driver use from the AVRISP project now that it is no longer needed.
Combine PDIProtocol and TPIProtocol into a single XPROGProtocol set of files.
Rename PDIProtocol.c/.h to XPROGProtocol.c/.h as it will now handle both TPI and PDI programming.
Combine AVRISP project TPI and PDI lib directories - these protocols use the same underlying XPROG wrapper for the host-to-programmer command wrapping.
Correct include paths and makefile for the AVRISP project now that the protocol handlers are in seperate directories.
Make seperate ISP, PDI and TPI folders in the AVRISP project Lib subdirectory to hold each protocol's files.
Lower timeout periods in the AVRISP project. Increment firmware minor revision number in the AVRISP project so that it remains comatible with the latest AVRStudio without an upgrade warning.
Stub out more of the TPI programming protocol routines in the AVRISP project.
Seperate out XMEGA and TINY NVM routines into seperate files.
Start of implementation of the low level TPI programming protocol in the AVRISP project.
Fix TeensyHID bootloader - change vendor page in the descriptors to match the undocumented page needed for the new Teensy 2.0 boards.
Loading