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.
31d8ebebc0796873f7c70db80a04acdcbb307ed8
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
2
Feb
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
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
Remove now unused conf directory from the uIP stack in the Webserver project.
Replace the Webserver demo's uIP with the latest code ripped from the Contiki project by Adam Dunkels.
Make packet processing code in the Webserver project a bit neater using a switch statement instead of an if-else-if chain.
Fix TPI mode chip erase code not properly erasing the target memory space.
Oops - new Write Word alignment code in the TPI programming function means that the WriteBuffer parameter is no longer const.
Make TPI writes add a dummy high byte if the data isn't word-aligned.
Make TPI programming protocol program in words, not bytes to satisfy the datasheet conditions.
Fixed incorrect values of USB_CONFIG_ATTR_SELFPOWERED and USB_CONFIG_ATTR_REMOTEWAKEUP tokens (thanks to Claus Christensen).
Make board specific and device peripheral specific drivers' file documentation copy over to the module documentation, so that it is visible in the normal module view of the library documentation.
Fixed STK525 Dataflash driver using incorrect bit-shifting for Dataflash addresses (thanks to Tim Mitchell).
Make AVRISP XPROG function parameters const where possible.
Fixed issues with EEPROM and FLASH ISP programming in the AVRISP project.
Fixed Pipe_IsEndpointBound() function not taking the endpoint's direction into account.
Clean up HTTP webserver code in the Webserver project, so that it follows the uIP application structure guidelines and uses cleaner state machine based code.
Use _delay_us() function in the XPROGTarget.c file to ensure timing requirements are met, rather than a fixed number of NOPs.
Oops - PDI handshake delay was too long, causing the device's /RESET functionality to be re-enabled.
Better HTTP GET parsing in the Webserver demo, add application polling.
Add TCP retransmission support to the HTTP webserver in the Webserver project, so that lost segments are retransmitted as needed.
Update driver INF files - change manufacturer name from the original template's name to the Four Walled Cubicle website.
Oops - TPI programming is broken in the AVRISP project because the busy-flag check wasn't inverting the result.
Fix TPI communications in the AVRISP project when bit-banged USART mode is selected.
Add MIME type handling to the Webserver project, so that files of different types (e.g. images) can be served out to HTTP clients.
Removed the stream example code from the Low Level VirtualSerial demos, as they were buggy and only served to add clutter.
Second fix to Webserver project's makefile for the FATFs path case to fix *nix builds.
Delete FATFs .lst files from the Webserver project, accidentally committed.
Oops - fix path case in the Webserver project makefile, to fix *nix builds.
Fix up project documentation files' overview tables, so that multiple items occupy multiple lines in the same cell, rather than multiple cells.
Add FatFS library to the Webserver project, extend the HTTP server so that it now serves files from the Dataflash. Add Mass Storage device mode class driver so that files can be loaded to the board Dataflash when inserted into a PC.
Be doubly-certain that the incomming CDC class driver's endpoint/pipe is flushed only once when the bank is empty.
Clean up Webserver project - add more Doxygen documentation for the new DHCP client functions and defines.
Add DHCP server to the Webserver demo for automatic network configuration. Correct uIP timer clock not tracking the correct timespan.
Ensure TPI enable timing requirements are met in AVRISP-MKII programmer. Remove invalid code in the TPI read/write functions.
Manually pull PDI clock pin high for 1ms before disabling PDI mode in the AVRISP-MKII project, to ensure that the PDI bus is disabled in the target and /RESET functionality restored.
Exclude host application directories from the Doxygen input source file directories.
Add missing AVRISPDescriptors.c/.h files to the XPLAINBridge project.
Move TWI.c driver into the straight LUFA/Drivers/Peripheral/ directory.
Add Webserver project Doxygen configuration file and overview document.
Moved initial completed version of the Webserver project out of the Projects/Incomplete directory.
Neaten Webserver project code.
Fixed CDC and RNDIS host demos and class drivers - bidirectional endpoints should use two seperate pipes, not one half-duplex pipe.
Loading